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 | 10011111011110111110000110111111100110011111101101000010 | 9f7be1bf99fb42 |
EUC-JP | 毬眩哈B | 11011101110111001110001011000001110100101111110101000010 | dddce2c1d2fd42 |
UTF-8 | 毬眩哈B | 11100110101011111010110011100111100111001010100111100101100100111000100001000010 | e6aface79ca9e5938842 |
UHC | 毬眩哈B | 11001111101100111111101011011111111110011110101101000010 | cfb3fadff9eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)