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 | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
SJIS-WIN | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
EUC-JP | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
UTF-8 | 청A횄횕청A횄횕B | 111011001011001010101101010000011110110110011010100001001110110110011010100101011110110010110010101011010100000111101101100110101000010011101101100110101001010101000010 | ecb2ad41ed9a84ed9a95ecb2ad41ed9a84ed9a9542 |
UHC | 청A횄횕청A횄횕B | 110000111011101101000001110000111000001111000011100011111100001110111011010000011100001110000011110000111000111101000010 | c3bb41c383c38fc3bb41c383c38f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)