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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ゃ?鷹ゴ | 001111110011111110000010111000010011111110010001111010011000001101010011 | 3f3f82e13f91e98353 |
EUC-JP | ??ゃ?鷹ゴ | 001111110011111110100100111000110011111111000010111010111010010110110100 | 3f3fa4e33fc2eba5b4 |
UTF-8 | 룵햶ゃ룫鷹ゴ | 111010111010001110110101111011011001011010110110111000111000001010000011111010111010001110101011111010011011011110111001111000111000001010110100 | eba3b5ed96b6e38283eba3abe9b7b9e382b4 |
UHC | 룵햶ゃ룫鷹ゴ | 100011111010101011000001100011111010101011100011100011111010001011101011111011011010101110110100 | 8faac18faae38fa2ebedabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)