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 | ?E???E??B | 001111110100010100111111001111110011111101000101001111110011111101000010 | 3f453f3f3f453f3f42 |
SJIS-WIN | ?E???E??B | 001111110100010100111111001111110011111101000101001111110011111101000010 | 3f453f3f3f453f3f42 |
EUC-JP | ?E???E??B | 001111110100010100111111001111110011111101000101001111110011111101000010 | 3f453f3f3f453f3f42 |
UTF-8 | 첬E횒횕첬E횒횕B | 111011001011001010101100010001011110110110011010100100101110110110011010100101011110110010110010101011000100010111101101100110101001001011101101100110101001010101000010 | ecb2ac45ed9a92ed9a95ecb2ac45ed9a92ed9a9542 |
UHC | 첬E횒횕첬E횒횕B | 110000111011101001000101110000111000110111000011100011111100001110111010010001011100001110001101110000111000111101000010 | c3ba45c38dc38fc3ba45c38dc38f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)