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 | ?訥? | 00111111111001100110001100111111 | 3fe6633f |
EUC-JP | 雩訥? | 100011111110011011111010111010111100010000111111 | 8fe6faebc43f |
UTF-8 | 雩訥異 | 111010011001101110101001111010001010100010100101111011111010010110100010 | e99ba9e8a8a5efa5a2 |
UHC | 雩訥異 | 111010011110110011010010111011011101011111100100 | e9ecd2edd7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)