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 | 蒸麥? | 1000111111110110111010100110110100111111 | 8ff6ea6d3f |
EUC-JP | 蒸麥? | 1011111011111000111100111100111000111111 | bef8f3ce3f |
UTF-8 | 蒸麥쓰 | 111010001001001010111000111010011011101010100101111011001001001110110000 | e892b8e9baa5ec93b0 |
UHC | 蒸麥쓰 | 111100011111101011011000111010101011111010110010 | f1fad8eabeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)