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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ョ??ルР^ | 00111111100000111000011100111111001111111000001110001011100001000101000101011110 | 3f83873f3f838b84515e |
EUC-JP | ?ョ??ルР^ | 00111111101001011110011100111111001111111010010111101011101001111011001001011110 | 3fa5e73f3fa5eba7b25e |
UTF-8 | 留ョ뮰留ルР^ | 111011111010011110001101111000111000001110100111111010111010111010110000111011111010011110001101111000111000001110101011110100001010000001011110 | efa78de383a7ebaeb0efa78de383abd0a05e |
UHC | 留ョ뮰留ルР^ | 11101011101001111010101111100111100100101011100111101011101001111010101111101011101011001011001001011110 | eba7abe792b9eba7abebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)