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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??瞼?B | 001111110011111111100001110110010011111101000010 | 3f3fe1d93f42 |
EUC-JP | ??瞼?B | 001111110011111111100010110110110011111101000010 | 3f3fe2db3f42 |
UTF-8 | 룶끼瞼칪B | 11101011101000111011011011101011100000011011110011100111100111101011110011101100101110011010101001000010 | eba3b6eb81bce79ebcecb9aa42 |
UHC | 룶끼瞼칪B | 100011111010101110110011101000101100110010100001101011110111100101000010 | 8fabb3a2cca1af7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)