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?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ホニBハケ | 1100111011000110010000101100101010111001 | cec642cab9 |
EUC-JP | ホニBハケ | 100011101100111010001110110001100100001010001110110010101000111010111001 | 8ece8ec6428eca8eb9 |
UTF-8 | ホニBハケ | 11101111101111101000111011101111101111101000011001000010111011111011111010001010111011111011110110111001 | efbe8eefbe8642efbe8aefbdb9 |
UHC | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)