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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??ゴ??ゴ] | 001111110011111110000011010100110011111100111111100000110101001101011101 | 3f3f83533f3f83535d |
EUC-JP | ??ゴ??ゴ] | 001111110011111110100101101101000011111100111111101001011011010001011101 | 3f3fa5b43f3fa5b45d |
UTF-8 | 룶핊ゴ룵혧ゴ] | 11101011101000111011011011101101100101011000101011100011100000101011010011101011101000111011010111101101100110001010011111100011100000101011010001011101 | eba3b6ed958ae382b4eba3b5ed98a7e382b45d |
UHC | 룶핊ゴ룵혧ゴ] | 10001111101010111100000010001111101010111011010010001111101010101100001010001111101010111011010001011101 | 8fabc08fabb48faac28fabb45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)