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 | ?????oB | 00111111001111110011111100111111001111110110111101000010 | 3f3f3f3f3f6f42 |
SJIS-WIN | 蓖ゥ蟄倅愰oB | 1110010011101101101010011110010110101101100110001110010011111010110001010110111101000010 | e4eda9e5ad98e4fac56f42 |
EUC-JP | 蓖ゥ蟄倅愰oB | 11101000111011111000111010101001111010101010111111010000111001101000111110111110110010010110111101000010 | e8ef8ea9eaafd0e68fbec96f42 |
UTF-8 | 蓖ゥ蟄倅愰oB | 1110100010010011100101101110111110111101101010011110100010011111100001001110010110000000100001011110011010000100101100000110111101000010 | e89396efbda9e89f84e58085e684b06f42 |
UHC | ??蟄?愰oB | 001111110011111111110110110111100011111111111100110010100110111101000010 | 3f3ff6de3ffcca6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)