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 | 葉??臆? | 10010111011101000011111100111111100010011011000000111111 | 97743f3f89b03f |
EUC-JP | 葉??臆? | 11001101110101010011111100111111101100101011001000111111 | cdd53f3fb2b23f |
UTF-8 | 葉붾㈀臆욪 | 111010001001000110001001111010111011011010111110111000111000100010000000111010001000011110000110111011001001101010101010 | e89189ebb6bee38880e88786ec9aaa |
UHC | 葉붾㈀臆욪 | 11100111101010001001010011101011101010011011000111100101111001101001111101000010 | e7a894eba9b1e5e69f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)