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 | ??〓?? | 001111110011111110000001101011000011111100111111 | 3f3f81ac3f3f |
EUC-JP | ??〓?? | 001111110011111110100010101011100011111100111111 | 3f3fa2ae3f3f |
UTF-8 | 룶웡〓룶뇨 | 111010111010001110110110111011001001101110100001111000111000000010010011111010111010001110110110111010111000011110101000 | eba3b6ec9ba1e38093eba3b6eb87a8 |
UHC | 룶웡〓룶뇨 | 10001111101010111011111111111101101000011110101110001111101010111011010010100010 | 8fabbffda1eb8fabb4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)