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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壌槢ホ | 10001111111010111111101011101100110011101111001111101101 | 8febfaeccef3ed |
EUC-JP | 壌槢ホ? | 1011111011101101100011111100010011101010100011101100111000111111 | beed8fc4ea8ece3f |
UTF-8 | 壌槢ホ | 111001011010001110001100111001101010011110100010111011111011111010001110111011101000101110100000 | e5a38ce6a7a2efbe8eee8ba0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)