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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 宵筍゚B | 100011111010101011100010101000011101111101000010 | 8faae2a1df42 |
EUC-JP | 宵筍゚B | 10111110101011001110010010100011100011101101111101000010 | beace4a38edf42 |
UTF-8 | 宵筍゚B | 11100101101011101011010111100111101011011000110111101111101111101001111101000010 | e5aeb5e7ad8defbe9f42 |
UHC | 宵筍?B | 111000011011001011100010111011000011111101000010 | e1b2e2ec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)