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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ◆?荏?悸? | 100000011001111100111111100010010110000000111111100111001010011100111111 | 819f3f89603f9ca73f |
EUC-JP | ◆?荏?悸? | 101000101010000100111111101100011100000100111111110110001010100100111111 | a2a13fb1c13fd8a93f |
UTF-8 | ◆룫荏룴悸룫 | 111000101001011110000110111010111010001110101011111010001000110110001111111010111010001110110100111001101000001010111000111010111010001110101011 | e29786eba3abe88d8feba3b4e682b8eba3ab |
UHC | ◆룫荏룴悸룫 | 101000011101111110001111101000101110110011111011100011111010100111001100111110111000111110100010 | a1df8fa2ecfb8fa9ccfb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)