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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??莎モ◆ | 0011111100111111111001001011001110000011100000101000000110011111 | 3f3fe4b38382819f |
EUC-JP | ??莎モ◆ | 0011111100111111111010001011010110100101111000101010001010100001 | 3f3fe8b5a5e2a2a1 |
UTF-8 | 룴가莎モ◆ | 111010111010001110110100111010101011000010000000111010001000111010001110111000111000001110100010111000101001011110000110 | eba3b4eab080e88e8ee383a2e29786 |
UHC | 룴가莎モ◆ | 10001111101010011011000010100001110111101110110110101011111000101010000111011111 | 8fa9b0a1deedabe2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)