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 | uK | 100100010111010101001011 | 91754b |
SJIS-WIN | ?uK | 001111110111010101001011 | 3f754b |
EUC-JP | ?uK | 001111110111010101001011 | 3f754b |
UTF-8 | uK | 11000010100100010111010101001011 | c291754b |
UHC | ?uK | 001111110111010101001011 | 3f754b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)