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 | 寃?壯? | 100110111000001100111111100110101110000100111111 | 9b833f9ae13f |
EUC-JP | 寃?壯? | 110101011110001100111111110101001110001100111111 | d5e33fd4e33f |
UTF-8 | 寃렪壯렞 | 111001011010111110000011111010111010000010101010111001011010001110101111111010111010000010011110 | e5af83eba0aae5a3afeba09e |
UHC | 寃렪壯렞 | 1110101010110010100011101011100011101101111000001000111010101111 | eab28eb8ede08eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)