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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邊ベ | 11100111101100101000001101111000 | e7b28378 |
EUC-JP | 邊ベ | 11101110101101001010010111011001 | eeb4a5d9 |
UTF-8 | 邊ベ | 111010011000001010001010111000111000001110011001 | e9828ae38399 |
UHC | 邊ベ | 11011100101010111010101111011001 | dcababd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)