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 | 庸???押 | 10010111011001100011111100111111001111111000100110011111 | 97663f3f3f899f |
EUC-JP | 庸???押 | 11001101110001110011111100111111001111111011001010100001 | cdc73f3f3fb2a1 |
UTF-8 | 庸뉎끀짧押 | 111001011011101010111000111010111000100110001110111010111000000110000000111011001010011110100111111001101000101010111100 | e5bab8eb898eeb8180eca7a7e68abc |
UHC | 庸뉎끀짧押 | 11101001101111001000011111100011100001011011011011000010101010101110010011100011 | e9bc87e385b6c2aae4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)