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 | ??腺 | 00111111001111111001000101000010 | 3f3f9142 |
EUC-JP | ??腺 | 00111111001111111100000110100011 | 3f3fc1a3 |
UTF-8 | 맽뢿腺 | 111010111010011110111101111010111010001010111111111010001000010110111010 | eba7bdeba2bfe885ba |
UHC | 맽뢿腺 | 100100001011111010001111100000101110000011001101 | 90be8f82e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)