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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 場謗」釥煮 | 100011111110101011100110100011101010001111111011110000001000111011001111 | 8feae68ea3fbc08ecf |
EUC-JP | 場謗」釥煮 | 1011111011101100111010111110111010001110101000111000111111100011101010111011110011010001 | beecebee8ea38fe3abbcd1 |
UTF-8 | 場謗」釥煮 | 111001011010000010110100111010001010110010010111111011111011110110100011111010011000011110100101111001111000010110101110 | e5a0b4e8ac97efbda3e987a5e785ae |
UHC | 場謗??煮 | 1110110111011110110110111011111100111111001111111110110110110100 | eddedbbf3f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)