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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??ゴ??ゴB | 001111110011111110000011010100110011111100111111100000110101001101000010 | 3f3f83533f3f835342 |
EUC-JP | ??ゴ??ゴB | 001111110011111110100101101101000011111100111111101001011011010001000010 | 3f3fa5b43f3fa5b442 |
UTF-8 | 룶쥚ゴ룶쥚ゴB | 11101011101000111011011011101100101001011001101011100011100000101011010011101011101000111011011011101100101001011001101011100011100000101011010001000010 | eba3b6eca59ae382b4eba3b6eca59ae382b442 |
UHC | 룶쥚ゴ룶쥚ゴB | 10001111101010111010001010001111101010111011010010001111101010111010001010001111101010111011010001000010 | 8faba28fabb48faba28fabb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)