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 | 1001001001000100100100011010110110010001101001110100000001101000 | 924491ad91a74068 |
EUC-JP | 奪俗息@h | 1100001110100101110000101010111111000010101010010100000001101000 | c3a5c2afc2a94068 |
UTF-8 | 奪俗息@h | 1110010110100101101010101110010010111111100101111110011010000001101011110100000001101000 | e5a5aae4bf97e681af4068 |
UHC | 奪俗息@h | 1111011110101100111000011101010011100011110100110100000001101000 | f7ace1d4e3d34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)