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 | ?坎? | 00111111100110101010101000111111 | 3f9aaa3f |
EUC-JP | ?坎磻 | 001111111101010010101100100011111101000010111010 | 3fd4ac8fd0ba |
UTF-8 | 뤗坎磻 | 111010111010010010010111111001011001110110001110111001111010001110111011 | eba497e59d8ee7a3bb |
UHC | 뤗坎磻 | 100011111100011111001010111011001101101011110010 | 8fc7caecdaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)