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 | 10011010101101011110000010111100100101100111110001000010 | 9ab5e0bc967c42 |
EUC-JP | 垠狆翻B | 11010100101101111110000010111110110010111101110101000010 | d4b7e0becbdd42 |
UTF-8 | 垠狆翻B | 11100101100111101010000011100111100010111000011011100111101111111011101101000010 | e59ea0e78b86e7bfbb42 |
UHC | 垠??B | 1110101111011001001111110011111101000010 | ebd93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)