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 | ? ??? | 001111111000000101000000001111110011111100111111 | 3f81403f3f3f |
EUC-JP | ? ??? | 001111111010000110100001001111110011111100111111 | 3fa1a13f3f3f |
UTF-8 | 룶 춳◐룵 | 111010111010001110110110111000111000000010000000111011001011011010110011111000101001011110010000111010111010001110110101 | eba3b6e38080ecb6b3e29790eba3b5 |
UHC | 룶 춳◐룵 | 10001111101010111010000110100001101011011000111110100010110001001000111110101010 | 8faba1a1ad8fa2c48faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)