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 | ??早?膝 | 00111111001111111001000110000001001111111001010101000111 | 3f3f91813f9547 |
EUC-JP | ??早?膝 | 00111111001111111100000111100001001111111100100110101000 | 3f3fc1e13fc9a8 |
UTF-8 | 롆롙早롇膝 | 111010111010000110000110111010111010000110011001111001101001011110101001111010111010000110000111111010001000011010011101 | eba186eba199e697a9eba187e8869d |
UHC | 롆롙早롇膝 | 10001110110011001000111011011101111100001100010010001110110011011110001110100011 | 8ecc8eddf0c48ecde3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)