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 | 孃??訝 | 100110110110111100111111001111111110011001100010 | 9b6f3f3fe662 |
EUC-JP | 孃??訝 | 110101011101000000111111001111111110101111000011 | d5d03f3febc3 |
UTF-8 | 孃룟윜訝 | 111001011010110110000011111010111010001110011111111011001001110010011100111010001010100010011101 | e5ad83eba39fec9c9ce8a89d |
UHC | 孃룟윜訝 | 1110010110111110101101111110010110011111100111111110010010111000 | e5beb7e59f9fe4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)