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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 秊뒒뢘秊릯뢚 | 111011111010011010010101111010111001001010010010111010111010001010011000111011111010011010010101111010111010011010101111111010111010001010011010 | efa695eb9292eba298efa695eba6afeba29a |
UHC | 秊뒒뢘秊릯뢚 | 111001101101110010001010100011111000111101010011111001101101110010010000100011111000111101010101 | e6dc8a8f8f53e6dc908f8f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)