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 | 莊??肆? | 11100100101101010011111100111111111000111110011000111111 | e4b53f3fe3e63f |
EUC-JP | 莊??肆潾 | 111010001011011100111111001111111110011011101000100011111100100011100010 | e8b73f3fe6e88fc8e2 |
UTF-8 | 莊ㅹ렟肆潾 | 111010001000111010001010111000111000010110111001111010111010000010011111111010001000001010000110111001101011110110111110 | e88e8ae385b9eba09fe88286e6bdbe |
UHC | 莊ㅹ렟肆潾 | 11101101111101101010010011101001100011101011000011011110111010111101011111110001 | edf6a4e98eb0deebd7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)