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 | ìçÕ | 100110001110110010001110111001111000111111010101 | 98ec8ee78fd5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ì?ç?Õ | 001111111000111110101011110000000011111110001111101010111010111000111111100011111010101011011000 | 3f8fabc03f8fabae3f8faad8 |
UTF-8 | ìçÕ | 110000101001100011000011101011001100001010001110110000111010011111000010100011111100001110010101 | c298c3acc28ec3a7c28fc395 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)