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 | 顋削擅 | 111010001111100110001101111011011001110110100001 | e8f98ded9da1 |
EUC-JP | 顋削擅 | 111100001111101110111010111011111101101010100011 | f0fbbaefdaa3 |
UTF-8 | 顋削擅 | 111010011010000110001011111001011000100110001010111001101001001110000101 | e9a18be5898ae69385 |
UHC | ?削擅 | 0011111111011110111110111111010010111010 | 3fdefbf4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)