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 | 穩?~淹 | 11100010011100100011111110000001011000001001111110111001 | e2723f81609fb9 |
EUC-JP | 穩?〜淹 | 11100011110100110011111110100001110000011101111010111011 | e3d33fa1c1debb |
UTF-8 | 穩쇗~淹 | 111001111010100110101001111011001000011110010111111011111011110110011110111001101011011110111001 | e7a9a9ec8797efbd9ee6b7b9 |
UHC | 穩쇗~淹 | 1110100010110001101111001110011010100010101001101110010111110100 | e8b1bce6a2a6e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)