To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迯守喧迺「 | 111001111000110110001110111001111000110010010110111001111001001010100010 | e78d8ee78c96e792a2 |
EUC-JP | 迯守喧迺「 | 11101101111011011011110011101001101101111111011011101101111100101000111010100010 | ededbce9b7f6edf28ea2 |
UTF-8 | 迯守喧迺「 | 111010001011111110101111111001011010111010001000111001011001011010100111111010001011111110111010111011111011110110100010 | e8bfafe5ae88e596a7e8bfbaefbda2 |
UHC | ?守喧?? | 00111111111000011111101011111101101111010011111100111111 | 3fe1fafdbd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)