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 | 葹蓚蒟 | 111001001101111111100100111010011110010011100101 | e4dfe4e9e4e5 |
EUC-JP | 葹蓚蒟 | 111010001110000111101000111010111110100011100111 | e8e1e8ebe8e7 |
UTF-8 | 葹蓚蒟 | 111010001001000110111001111010001001001110011010111010001001001010011111 | e891b9e8939ae8929f |
UHC | ?蓚? | 00111111111000101011111000111111 | 3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)