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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ??秩??}B | 0011111100111111100100101000000100111111001111110111110101000010 | 3f3f92813f3f7d42 |
EUC-JP | ??秩??}B | 0011111100111111110000111110000100111111001111110111110101000010 | 3f3fc3e13f3f7d42 |
UTF-8 | 렱렚秩서손}B | 1110101110100000101100011110101110100000100110101110011110100111101010011110110010000100100111001110110010000110100100000111110101000010 | eba0b1eba09ae7a7a9ec849cec86907d42 |
UHC | 렱렚秩서손}B | 100011101011111010001110101011011111001011110001101111001010110110111100110101010111110101000010 | 8ebe8eadf2f1bcadbcd57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)