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 | 熬?? | 11100000100100100011111100111111 | e0923f3f |
EUC-JP | 熬?? | 11011111111100100011111100111111 | dff23f3f |
UTF-8 | 熬욥듂 | 111001111000011010101100111011001001101010100101111010111001001110000010 | e786acec9aa5eb9382 |
UHC | 熬욥듂 | 111010001010001010111111111010011000101010110111 | e8a2bfe98ab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)