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 | 壅??暗? | 10011010110101110011111100111111100010001100001100111111 | 9ad73f3f88c33f |
EUC-JP | 壅??暗? | 11010100110110010011111100111111101100001100010100111111 | d4d93f3fb0c53f |
UTF-8 | 壅ㅻ씒暗귡 | 111001011010001110000101111000111000010110111011111011001001010010010010111001101001101010010111111010101011011110100001 | e5a385e385bbec9492e69a97eab7a1 |
UHC | 壅ㅻ씒暗귡 | 11101000101101011010010011101011100111011010100011100100110111101000001011101001 | e8b5a4eb9da8e4de82e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)