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 | 衍??唯?? | 1001111110100101001111110011111110010111010000100011111100111111 | 9fa53f3f97423f3f |
EUC-JP | 衍??唯?? | 1101111010100111001111110011111111001101101000110011111100111111 | dea73f3fcda33f3f |
UTF-8 | 衍곗룉唯쏁쳽 | 111010001010000110001101111010101011001110010111111010111010001110001001111001011001010010101111111011001000111110000001111011001011001110111101 | e8a18deab397eba389e594afec8f81ecb3bd |
UHC | 衍곗룉唯쏁쳽 | 111001101110001010110000111011001000111110001000111010101110011010011011111001111010101110100000 | e6e2b0ec8f88eae69be7aba0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)