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 | 箏箏矍箏 | 1110001010110101111000101011010111100001110111011110001010110101 | e2b5e2b5e1dde2b5 |
EUC-JP | 箏箏矍箏 | 1110010010110111111001001011011111100010110111111110010010110111 | e4b7e4b7e2dfe4b7 |
UTF-8 | 箏箏矍箏 | 111001111010111010001111111001111010111010001111111001111001111110001101111001111010111010001111 | e7ae8fe7ae8fe79f8de7ae8f |
UHC | 箏箏?箏 | 11101110101101001110111010110100001111111110111010110100 | eeb4eeb43feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)