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 | 域??熬?オ | 100010001110011000111111001111111110000010010010001111111000001101001001 | 88e63f3fe0923f8349 |
EUC-JP | 域??熬?オ | 101100001110100000111111001111111101111111110010001111111010010110101010 | b0e83f3fdff23fa5aa |
UTF-8 | 域⑵쒼熬뽫オ | 111001011001111110011111111000101001000110110101111011001001001010111100111001111000011010101100111010111011110110101011111000111000001010101010 | e59f9fe291b5ec92bce786acebbdabe382aa |
UHC | 域⑵쒼熬뽫オ | 111001101011010010101001111010001011111010110000111010001010001010010110111001111010101110101010 | e6b4a9e8beb0e8a296e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)