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 | 尸鼇讐 | 100110111001100111101010100001111000111101010001 | 9b99ea878f51 |
EUC-JP | 尸鼇讐 | 110101011111100111110011111001111011110110110010 | d5f9f3e7bdb2 |
UTF-8 | 尸鼇讐 | 111001011011000010111000111010011011110010000111111010001010111010010000 | e5b0b8e9bc87e8ae90 |
UHC | 尸鼇讐 | 111000111011100111101000101010001110001011000010 | e3b9e8a8e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)