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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薐矩ず | 111001010101001010001011111010011000001010111000 | e5528be982b8 |
EUC-JP | 薐矩ず | 111010011011001110110110111010111010010010111010 | e9b3b6eba4ba |
UTF-8 | 薐矩ず | 111010001001011010010000111001111001111110101001111000111000000110011010 | e89690e79fa9e3819a |
UHC | ?矩ず | 0011111111001111101110111010101010111010 | 3fcfbbaaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)