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 | 鰲オ゙鰲オワ^ | 111010011110000010110101110111101110100111100000101101011101110001011110 | e9e0b5dee9e0b5dc5e |
EUC-JP | 鰲オ゙鰲オワ^ | 11110010111000101000111010110101100011101101111011110010111000101000111010110101100011101101110001011110 | f2e28eb58edef2e28eb58edc5e |
UTF-8 | 鰲オ゙鰲オワ^ | 11101001101100001011001011101111101111011011010111101111101111101001111011101001101100001011001011101111101111011011010111101111101111101001110001011110 | e9b0b2efbdb5efbe9ee9b0b2efbdb5efbe9c5e |
UHC | 鰲??鰲??^ | 111010001010011100111111001111111110100010100111001111110011111101011110 | e8a73f3fe8a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)