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 | 鐔顔哀 | 111010000101110010001010111001111000100010100011 | e85c8ae788a3 |
EUC-JP | 鐔顔哀 | 111011111011110110110100111010011011000010100101 | efbdb4e9b0a5 |
UTF-8 | 鐔顔哀 | 111010011001000010010100111010011010000110010100111001011001001110000000 | e99094e9a194e59380 |
UHC | ?顔哀 | 0011111111100100110101001110010011101110 | 3fe4d4e4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)