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 | 漆錞驗 | 100011101011110111111011110110111110100110000100 | 8ebdfbdbe984 |
EUC-JP | 漆錞驗 | 10111100101111111000111111100100110111001111000111100100 | bcbf8fe4dcf1e4 |
UTF-8 | 漆錞驗 | 111001101011110010000110111010011000110010011110111010011010100110010111 | e6bc86e98c9ee9a997 |
UHC | 漆錞驗 | 111101101101010011100010111101101111101011010000 | f6d4e2f6fad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)