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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綏∽?綏∽? | 11100011010101101000000111100100001111111110001101010110100000011110010000111111 | e35681e43fe35681e43f |
EUC-JP | 綏∽?綏∽? | 11100101101101111010001011100110001111111110010110110111101000101110011000111111 | e5b7a2e63fe5b7a2e63f |
UTF-8 | 綏∽칵綏∽칵 | 111001111011011010001111111000101000100010111101111011001011100110110101111001111011011010001111111000101000100010111101111011001011100110110101 | e7b68fe288bdecb9b5e7b68fe288bdecb9b5 |
UHC | 綏∽칵綏∽칵 | 111000101011011110100001111011111100010010101100111000101011011110100001111011111100010010101100 | e2b7a1efc4ace2b7a1efc4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)