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 | ?悠ぴ??ち^ | 00111111100101110100100110000010110100100011111100111111100000101011111101011110 | 3f974982d23f3f82bf5e |
EUC-JP | ?悠ぴ??ち^ | 00111111110011011010101010100100110101000011111100111111101001001100000101011110 | 3fcdaaa4d43f3fa4c15e |
UTF-8 | 룫悠ぴ룵퓦ち^ | 11101011101000111010101111100110100000101010000011100011100000011011010011101011101000111011010111101101100100111010011011100011100000011010000101011110 | eba3abe682a0e381b4eba3b5ed93a6e381a15e |
UHC | 룫悠ぴ룵퓦ち^ | 10001111101000101110101011101101101010101101010010001111101010101011111110001111101010101100000101011110 | 8fa2eaedaad48faabf8faac15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)