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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 譫仙埋G | 11100110100111101001000011100101100101101000010001000111 | e69e90e5968447 |
EUC-JP | 譫仙埋G | 11101011111111101100000011100111110010111110010001000111 | ebfec0e7cbe447 |
UTF-8 | 譫仙埋G | 11101000101011011010101111100100101110111001100111100101100111111000101101000111 | e8adabe4bb99e59f8b47 |
UHC | ?仙埋G | 001111111110000010111001110110001101100001000111 | 3fe0b9d8d847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)