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 | 沚伎呂支 | 1001111110001101100010101110101010011000010000111000111001111000 | 9f8d8aea98438e78 |
EUC-JP | 沚伎呂支 | 1101110111101101101101001110110011001111101001001011101111011001 | ddedb4eccfa4bbd9 |
UTF-8 | 沚伎呂支 | 111001101011001010011010111001001011110010001110111001011001000110000010111001101001010010101111 | e6b29ae4bc8ee59182e694af |
UHC | 沚伎呂支 | 1111001010101111110100001110101111010101111001011111001010101000 | f2afd0ebd5e5f2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)