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 | 梧ワ?獄▼? | 10001100111001101000001110001111001111111000110110010110100000011010010100111111 | 8ce6838f3f8d9681a53f |
EUC-JP | 梧ワ?獄▼? | 10111000111010001010010111101111001111111011100111110110101000101010011100111111 | b8e8a5ef3fb9f6a2a73f |
UTF-8 | 梧ワ쉿獄▼섞 | 111001101010001010100111111000111000001110101111111011001000100110111111111001111000110110000100111000101001011010111100111011001000010010011110 | e6a2a7e383afec89bfe78d84e296bcec849e |
UHC | 梧ワ쉿獄▼섞 | 111001111111110010101011111011111011110110110010111010001010101110100001111001011011110010101111 | e7fcabefbdb2e8aba1e5bcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)