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 | 褻俸東 | 111001011111011010010101111011101001001110001100 | e5f695ee938c |
EUC-JP | 褻俸東 | 111010101111100011001010111100001100010111101100 | eaf8caf0c5ec |
UTF-8 | 褻俸東 | 111010001010010010111011111001001011111110111000111001101001110110110001 | e8a4bbe4bfb8e69db1 |
UHC | 褻俸東 | 111000001110000111011100111001001101010011010100 | e0e1dce4d4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)