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 | 10010010010001111000110001100000100100011011100001000010 | 92478c6091b842 |
EUC-JP | 竪形尊B | 11000011101010001011011111000001110000101011101001000010 | c3a8b7c1c2ba42 |
UTF-8 | 竪形尊B | 11100111101010111010101011100101101111011010001011100101101100001000101001000010 | e7abaae5bda2e5b08a42 |
UHC | 竪形尊B | 11100010101101011111101110100001111100001110111001000010 | e2b5fba1f0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)