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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘚??蘚 | 111001010110010000111111001111111110010101100100 | e5643f3fe564 |
EUC-JP | 蘚??蘚 | 111010011100010100111111001111111110100111000101 | e9c53f3fe9c5 |
UTF-8 | 蘚葉鐥蘚 | 111010001001100010011010111011111010010110101110111010011001000010100101111010001001100010011010 | e8989aefa5aee990a5e8989a |
UHC | 蘚葉鐥蘚 | 1110000011010000111000001111000111100000110101101110000011010000 | e0d0e0f1e0d6e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)