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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 柴紗猗悉 | 1000111011000100100011101101000111100000110001101000111010111011 | 8ec48ed1e0c68ebb |
EUC-JP | 柴紗猗悉 | 1011110011000110101111001101001111100000110010001011110010111101 | bcc6bcd3e0c8bcbd |
UTF-8 | 柴紗猗悉 | 111001101001111110110100111001111011010010010111111001111000110010010111111001101000001010001001 | e69fb4e7b497e78c97e68289 |
UHC | 柴紗?悉 | 11100011110000111101111011101001001111111110001111111010 | e3c3dee93fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)