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 | 才l? | 1000110111001011100000101000110000111111 | 8dcb828c3f |
EUC-JP | 才l? | 1011101011001101101000111110110000111111 | bacda3ec3f |
UTF-8 | 才l눴 | 111001101000100110001101111011111011110110001100111010111000100010110100 | e6898defbd8ceb88b4 |
UHC | 才l눴 | 111011101010011010100011111011001011010010110011 | eea6a3ecb4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)