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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 額琵俯@h | 1000101001111010100101001111101010011000111010110100000001101000 | 8a7a94fa98eb4068 |
EUC-JP | 額琵俯@h | 1011001111011011110010001111110011010000111011010100000001101000 | b3dbc8fcd0ed4068 |
UTF-8 | 額琵俯@h | 1110100110100001100011011110011110010000101101011110010010111111101011110100000001101000 | e9a18de790b5e4bfaf4068 |
UHC | 額琵俯@h | 1110010011111110110111011111010111011100111101100100000001101000 | e4feddf5dcf64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)