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 | 100100011010001000111111100000111100110001000010 | 91a23f83cc42 |
EUC-JP | 造?ξB | 110000101010010000111111101001101100111001000010 | c2a43fa6ce42 |
UTF-8 | 造쇰ξB | 111010011000000010100000111011001000011110110000110011101011111001000010 | e980a0ec87b0cebe42 |
UHC | 造쇰ξB | 11110000111000111011110011101011101001011110111001000010 | f0e3bceba5ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)