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 | 鰲ズ鰲スワ^ | 111010011110000010111101110111101110100111100000101111011101110001011110 | e9e0bddee9e0bddc5e |
EUC-JP | 鰲ズ鰲スワ^ | 11110010111000101000111010111101100011101101111011110010111000101000111010111101100011101101110001011110 | f2e28ebd8edef2e28ebd8edc5e |
UTF-8 | 鰲ズ鰲スワ^ | 11101001101100001011001011101111101111011011110111101111101111101001111011101001101100001011001011101111101111011011110111101111101111101001110001011110 | e9b0b2efbdbdefbe9ee9b0b2efbdbdefbe9c5e |
UHC | 鰲??鰲??^ | 111010001010011100111111001111111110100010100111001111110011111101011110 | e8a73f3fe8a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)