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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 若??踰?B | 1000111011100001001111110011111111100110111110100011111101000010 | 8ee13f3fe6fa3f42 |
EUC-JP | 若??踰?B | 1011110011100011001111110011111111101100111111000011111101000010 | bce33f3fecfc3f42 |
UTF-8 | 若뽧뀿踰웢B | 11101000100010111010010111101011101111011010011111101011100000001011111111101000101110001011000011101100100110111010001001000010 | e88ba5ebbda7eb80bfe8b8b0ec9ba242 |
UHC | 若뽧뀿踰웢B | 1110010110110100100101101110001110000101101101011110101110110010100111110110111001000010 | e5b496e385b5ebb29f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)