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 | ?李?利 | 001111111001011110011011001111111001011110011000 | 3f979b3f9798 |
EUC-JP | ?李?利 | 001111111100110111111011001111111100110111111000 | 3fcdfb3fcdf8 |
UTF-8 | 렺李렺利 | 111010111010000010111010111001101001110110001110111010111010000010111010111001011000100010101001 | eba0bae69d8eeba0bae588a9 |
UHC | 렺李렺利 | 1000111011000010110101111101110110001110110000101101011111010111 | 8ec2d7dd8ec2d7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)