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 | ???EE | 0011111100111111001111110100010101000101 | 3f3f3f4545 |
SJIS-WIN | ??媛EE | 001111110011111110010101010100010100010101000101 | 3f3f95514545 |
EUC-JP | ??媛EE | 001111110011111111001001101100100100010101000101 | 3f3fc9b24545 |
UTF-8 | 룵에媛EE | 1110101110100011101101011110110010010111100100001110010110101010100110110100010101000101 | eba3b5ec9790e5aa9b4545 |
UHC | 룵에媛EE | 1000111110101010101111111010000111101010101100000100010101000101 | 8faabfa1eab04545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)