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 | 牆?精?牆 | 1110000010101101001111111001000010111000001111111110000010101101 | e0ad3f90b83fe0ad |
EUC-JP | 牆?精?牆 | 1110000010101111001111111100000010111010001111111110000010101111 | e0af3fc0ba3fe0af |
UTF-8 | 牆렮精렫牆 | 111001111000100110000110111010111010000010101110111001111011001010111110111010111010000010101011111001111000100110000110 | e78986eba0aee7b2beeba0abe78986 |
UHC | 牆렮精렫牆 | 11101101111011011000111010111011111011111111000110001110101110011110110111101101 | eded8ebbeff18eb9eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)