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 | 逋梧梵閻コ | 111001111001100110001100111001101001111010010000111010001000010110111010 | e7998ce69e90e885ba |
EUC-JP | 逋梧梵閻コ | 11101101111110011011100011101000110110111111000011101111111001011000111010111010 | edf9b8e8dbf0efe58eba |
UTF-8 | 逋梧梵閻コ | 111010011000000010001011111001101010001010100111111001101010001010110101111010011001011010111011111011111011110110111010 | e9808be6a2a7e6a2b5e996bbefbdba |
UHC | 逋梧梵閻? | 111110001110011111100111111111001101101111101111111001111010001000111111 | f8e7e7fcdbefe7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)