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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?厄?厄B | 00111111100101101110111100111111100101101110111101000010 | 3f96ef3f96ef42 |
EUC-JP | ?厄?厄B | 00111111110011001111000100111111110011001111000101000010 | 3fccf13fccf142 |
UTF-8 | 몔厄몔厄B | 11101011101010101001010011100101100011101000010011101011101010101001010011100101100011101000010001000010 | ebaa94e58e84ebaa94e58e8442 |
UHC | 몔厄몔厄B | 100100011000001011100100111110001001000110000010111001001111100001000010 | 9182e4f89182e4f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)