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 | ??J? | 00111111001111110100101000111111 | 3f3f4a3f |
SJIS-WIN | 蓴ュJ韆 | 111001001111000110101101010010101110100011100110 | e4f1ad4ae8e6 |
EUC-JP | 蓴ュJ韆 | 11101000111100111000111010101101010010101111000011101000 | e8f38ead4af0e8 |
UTF-8 | 蓴ュJ韆 | 11101000100100111011010011101111101111011010110101001010111010011001111110000110 | e893b4efbdad4ae99f86 |
UHC | 蓴?J韆 | 111000101111000100111111010010101111010011000111 | e2f13f4af4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)