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 | 韆消ヲ | 1110100011100110100011111100000110100110 | e8e68fc1a6 |
EUC-JP | 韆消ヲ | 111100001110100010111110110000111000111010100110 | f0e8bec38ea6 |
UTF-8 | 韆消ヲ | 111010011001111110000110111001101011011010001000111011111011110110100110 | e99f86e6b688efbda6 |
UHC | 韆消? | 1111010011000111111000011011110000111111 | f4c7e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)