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 | ?嚮倖 | 0011111110011010100011001000110011110100 | 3f9a8c8cf4 |
EUC-JP | ?嚮倖 | 0011111111010011111011001011100011110110 | 3fd3ecb8f6 |
UTF-8 | 뤗嚮倖 | 111010111010010010010111111001011001101010101110111001011000000010010110 | eba497e59aaee58096 |
UHC | 뤗嚮倖 | 100011111100011111111010101111111111101010111000 | 8fc7fabffab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)