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 | 篁亥嘗 | 111000101011100110001000111001011000111110100110 | e2b988e58fa6 |
EUC-JP | 篁亥嘗 | 111001001011101110110000111001111011111010101000 | e4bbb0e7bea8 |
UTF-8 | 篁亥嘗 | 111001111010111110000001111001001011101010100101111001011001100010010111 | e7af81e4baa5e59897 |
UHC | 篁亥嘗 | 111111001101011011111010101001001101111111000100 | fcd6faa4dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)