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 | 鮟ヘセ | 11101001101110111100110110111110 | e9bbcdbe |
EUC-JP | 鮟ヘセ | 111100101011110110001110110011011000111010111110 | f2bd8ecd8ebe |
UTF-8 | 鮟ヘセ | 111010011010111010011111111011111011111010001101111011111011110110111110 | e9ae9fefbe8defbdbe |
UHC | 鮟?? | 11100100110101010011111100111111 | e4d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)