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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉤也ィョ蟾柯 | 11100111111010101001011011100111101010001010111011100101101101111001111001101000 | e7ea96e7a8aee5b79e68 |
EUC-JP | 鉤也ィョ蟾柯 | 111011101110110011001100111010011000111010101000100011101010111011101010101110011101101111001001 | eeeccce98ea88eaeeab9dbc9 |
UTF-8 | 鉤也ィョ蟾柯 | 111010011000100110100100111001001011100110011111111011111011110110101000111011111011110110101110111010001001111110111110111001101001111110101111 | e989a4e4b99fefbda8efbdaee89fbee69faf |
UHC | 鉤也??蟾柯 | 11001111110010011110010110100101001111110011111111100000111010101100101010101111 | cfc9e5a53f3fe0eacaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)