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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瑤??節??^ | 111010101010001000111111001111111001000011011111001111110011111101011110 | eaa23f3f90df3f3f5e |
EUC-JP | 瑤??節??^ | 111101001010010000111111001111111100000011100001001111110011111101011110 | f4a43f3fc0e13f3f5e |
UTF-8 | 瑤뗥똻節놂슁^ | 11100111100100011010010011101011100101111010010111101011100110001011101111100111101011111000000011101011100001101000001011101100100010101000000101011110 | e791a4eb97a5eb98bbe7af80eb8682ec8a815e |
UHC | 瑤뗥똻節놂슁^ | 11101000111111011000101111100101100011001000000111101111101111011011001111101111101111011011001101011110 | e8fd8be58c81efbdb3efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)