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 | ?租??? | 001111111001000101100100001111110011111100111111 | 3f91643f3f3f |
EUC-JP | ?租??? | 001111111100000111000101001111110011111100111111 | 3fc1c53f3f3f |
UTF-8 | 롒租렩롙롚 | 111010111010000110010010111001111010011110011111111010111010000010101001111010111010000110011001111010111010000110011010 | eba192e7a79feba0a9eba199eba19a |
UHC | 롒租렩롙롚 | 10001110110101111111000011010101100011101011011110001110110111011000111011011110 | 8ed7f0d58eb78edd8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)