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 | 壯??訝? | 10011010111000010011111100111111111001100110001000111111 | 9ae13f3fe6623f |
EUC-JP | 壯??訝? | 11010100111000110011111100111111111010111100001100111111 | d4e33f3febc33f |
UTF-8 | 壯곁툧訝덌 | 111001011010001110101111111010101011001110000001111011011000100010100111111010001010100010011101111010111000110110001100 | e5a3afeab381ed88a7e8a89deb8d8c |
UHC | 壯곁툧訝덌 | 11101101111000001011000011100111101110001001111011100100101110001000100011101111 | ede0b0e7b89ee4b888ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)