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 | ?晏?? | 0011111110011101111001010011111100111111 | 3f9de53f3f |
EUC-JP | ?晏?? | 0011111111011010111001110011111100111111 | 3fdae73f3f |
UTF-8 | 쌒晏긥윥 | 111011001000110010010010111001101001100110001111111010101011100010100101111011001001110010100101 | ec8c92e6998feab8a5ec9ca5 |
UHC | 쌒晏긥윥 | 1001101101000011111001001100111110000011011010011001111110100101 | 9b43e4cf83699fa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)