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 | 域??熬?? | 1000100011100110001111110011111111100000100100100011111100111111 | 88e63f3fe0923f3f |
EUC-JP | 域??熬?? | 1011000011101000001111110011111111011111111100100011111100111111 | b0e83f3fdff23f3f |
UTF-8 | 域⑵퀕熬뽪누 | 111001011001111110011111111000101001000110110101111011011000000010010101111001111000011010101100111010111011110110101010111010111000100010000100 | e59f9fe291b5ed8095e786acebbdaaeb8884 |
UHC | 域⑵퀕熬뽪누 | 111001101011010010101001111010001011001110001010111010001010001010010110111001101011010010101001 | e6b4a9e8b38ae8a296e6b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)