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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???堉? | 00111111001111110011111110001111101101111111110100111111 | 3f3f3f8fb7fd3f |
UTF-8 | 嶪욋뫓堉턆 | 111001011011011010101010111011001001101010001011111010111010101110010011111001011010000010001001111011011000010010000110 | e5b6aaec9a8bebab93e5a089ed8486 |
UHC | 嶪욋뫓堉턆 | 11100101111101011011111111100010100100011011010111101011101111001011011001000010 | e5f5bfe291b5ebbcb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)