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 | 雩訥윱 | 111010011001101110101001111010001010100010100101111011001001110010110001 | e99ba9e8a8a5ec9cb1 |
UHC | 雩訥윱 | 111010011110110011010010111011011100000010110100 | e9ecd2edc0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)