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 | ?暖斑 | 0011111110010010011001111001010011000001 | 3f926794c1 |
EUC-JP | ?暖斑 | 0011111111000011110010001100100011000011 | 3fc3c8c8c3 |
UTF-8 | 뤶暖斑 | 111010111010010010110110111001101001101010010110111001101001011010010001 | eba4b6e69a96e69691 |
UHC | 뤶暖斑 | 100011111110010011010001111011001101101011101000 | 8fe4d1ecdae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)