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 | 證?雨?弔? | 111001101001101000111111100010010100101000111111100100101010001000111111 | e69a3f894a3f92a23f |
EUC-JP | 證?雨?弔醱 | 1110101111111010001111111011000110101011001111111100010010100100100011111110001011110111 | ebfa3fb1ab3fc4a48fe2f7 |
UTF-8 | 證렫雨렭弔醱 | 111010001010110110001001111010111010000010101011111010011001101110101000111010111010000010101101111001011011110010010100111010011000011010110001 | e8ad89eba0abe99ba8eba0ade5bc94e986b1 |
UHC | 證렫雨렭弔醱 | 111100011111101110001110101110011110100111101011100011101011101011110000110000001101101110100011 | f1fb8eb9e9eb8ebaf0c0dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)