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 | 箏箏矍 | 1110001010110101111000101011010111100001110111011111011110101100 | e2b5e2b5e1ddf7ac |
EUC-JP | 箏箏矍? | 11100100101101111110010010110111111000101101111100111111 | e4b7e4b7e2df3f |
UTF-8 | 箏箏矍 | 111001111010111010001111111001111010111010001111111001111001111110001101111011101001011010001111 | e7ae8fe7ae8fe79f8dee968f |
UHC | 箏箏?? | 111011101011010011101110101101000011111100111111 | eeb4eeb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)