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 | ??鼎 | 00111111001111111001001101000011 | 3f3f9343 |
EUC-JP | ??鼎 | 00111111001111111100010110100100 | 3f3fc5a4 |
UTF-8 | 뤗첸鼎 | 111010111010010010010111111011001011001010111000111010011011110010001110 | eba497ecb2b8e9bc8e |
UHC | 뤗첸鼎 | 100011111100011111000011101111101111000010100011 | 8fc7c3bef0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)