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 | 鞦、逧ョ蓙 | 1110100011100001101001001110011110011010101011101110010011100110 | e8e1a4e79aaee4e6 |
EUC-JP | 鞦、逧ョ蓙 | 11110000111000111000111010100100111011011111101010001110101011101110100011101000 | f0e38ea4edfa8eaee8e8 |
UTF-8 | 鞦、逧ョ蓙 | 111010011001111010100110111011111011110110100100111010011000000010100111111011111011110110101110111010001001001110011001 | e99ea6efbda4e980a7efbdaee89399 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)