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 | ???^x{d | 00111111001111110011111101011110011110000111101101100100 | 3f3f3f5e787b64 |
SJIS-WIN | 劾?㎏^x{d | 100010100100111000111111100001110111001101011110011110000111101101100100 | 8a4e3f87735e787b64 |
EUC-JP | 劾??^x{d | 1011001110101111001111110011111101011110011110000111101101100100 | b3af3f3f5e787b64 |
UTF-8 | 劾믪㎏^x{d | 11100101100010101011111011101011101011111010101011100011100011101000111101011110011110000111101101100100 | e58abeebafaae38e8f5e787b64 |
UHC | 劾믪㎏^x{d | 11111010101101101001001011101100101001111011100001011110011110000111101101100100 | fab692eca7b85e787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)