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 | ??S???@h | 0011111100111111010100110011111100111111001111110100000001101000 | 3f3f533f3f3f4068 |
SJIS-WIN | 偲悉S篠スネ@h | 1000111011000011100011101011101101010011100011101100001010111101110010000100000001101000 | 8ec38ebb538ec2bdc84068 |
EUC-JP | 偲悉S篠スネ@h | 10111100110001011011110010111101010100111011110011000100100011101011110110001110110010000100000001101000 | bcc5bcbd53bcc48ebd8ec84068 |
UTF-8 | 偲悉S篠スネ@h | 111001011000000110110010111001101000001010001001010100111110011110101111101000001110111110111101101111011110111110111110100010000100000001101000 | e581b2e6828953e7afa0efbdbdefbe884068 |
UHC | ?悉S篠??@h | 00111111111000111111101001010011111000011100011000111111001111110100000001101000 | 3fe3fa53e1c63f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)