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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯溽エ玲 | 11100100110111101001111111100111101101001001011111100110 | e4de9fe7b497e6 |
EUC-JP | 葯溽エ玲 | 1110100011100000110111101110100110001110101101001100111011101000 | e8e0dee98eb4cee8 |
UTF-8 | 葯溽エ玲 | 111010001001000110101111111001101011101010111101111011111011110110110100111001111000111010110010 | e891afe6babdefbdb4e78eb2 |
UHC | 葯??玲 | 111001011011010100111111001111111101011010111100 | e5b53f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)