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 | 誾懷譽 | 111110111010011110011100111001011110011010100011 | fba79ce5e6a3 |
EUC-JP | 誾懷譽 | 10001111110111101010010011011000111001111110110010100101 | 8fdea4d8e7eca5 |
UTF-8 | 誾懷譽 | 111010001010101010111110111001101000011110110111111010001010110110111101 | e8aabee687b7e8adbd |
UHC | 誾懷譽 | 111010111101110111111100111000111110011111100010 | ebddfce3e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)