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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹄?甄霽 | 10010010111110110011111111100001010010101110100011000111 | 92fb3fe14ae8c7 |
EUC-JP | 蹄?甄霽 | 11000100111111010011111111100001101010111111000011001001 | c4fd3fe1abf0c9 |
UTF-8 | 蹄븅甄霽 | 111010001011100110000100111010111011100010000101111001111001010010000100111010011001110010111101 | e8b984ebb885e79484e99cbd |
UHC | 蹄븅甄霽 | 1111000010110100101110101110100111001100101101001111000010111000 | f0b4bae9ccb4f0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)