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 | 1001001101010010001111110011111101000010 | 93523f3f42 |
EUC-JP | 迭??B | 1100010110110011001111110011111101000010 | c5b33f3f42 |
UTF-8 | 迭롅롚B | 11101000101111111010110111101011101000011000010111101011101000011001101001000010 | e8bfadeba185eba19a42 |
UHC | 迭롅롚B | 11110010111101111000111011001011100011101101111001000010 | f2f78ecb8ede42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)