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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遽∫ | 11100111101011111000000111100111 | e7af81e7 |
EUC-JP | 遽∫ | 11101110101100011010001011101001 | eeb1a2e9 |
UTF-8 | 遽∫ | 111010011000000110111101111000101000100010101011 | e981bde288ab |
UHC | 遽∫ | 11001011111010001010000111110010 | cbe8a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)