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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莊??低? | 11100100101101010011111100111111100100101110000100111111 | e4b53f3f92e13f |
EUC-JP | 莊??低? | 11101000101101110011111100111111110001001110001100111111 | e8b73f3fc4e33f |
UTF-8 | 莊ㅹ뇬低렋 | 111010001000111010001010111000111000010110111001111010111000011110101100111001001011110110001110111010111010000010001011 | e88e8ae385b9eb87ace4bd8eeba08b |
UHC | 莊ㅹ뇬低렋 | 11101101111101101010010011101001101101001010010011101110101110001000111010100010 | edf6a4e9b4a4eeb88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)