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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迢守・咤 | 11100111100010111000111011100111101001011001101001000010 | e78b8ee7a59a42 |
EUC-JP | 迢守・咤 | 1110110111101011101111001110100110001110101001011101001110100011 | edebbce98ea5d3a3 |
UTF-8 | 迢守・咤 | 111010001011111110100010111001011010111010001000111011111011110110100101111001011001001010100100 | e8bfa2e5ae88efbda5e592a4 |
UHC | ?守?咤 | 001111111110000111111010001111111111011011100011 | 3fe1fa3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)