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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??品脾鐘 | 0011111100111111100101010110100111100100010000101000111111100000 | 3f3f9569e4428fe0 |
EUC-JP | ??品脾鐘 | 0011111100111111110010011100101011100111101000111011111011100010 | 3f3fc9cae7a3bee2 |
UTF-8 | 룶臘品脾鐘 | 111010111010001110110110111011111010010010100110111001011001001110000001111010001000010010111110111010011001000010011000 | eba3b6efa4a6e59381e884bee99098 |
UHC | 룶臘品脾鐘 | 10001111101010111101001010100010111110011010000111011110101000011111000110100100 | 8fabd2a2f9a1dea1f1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)