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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羯梧此 | 111000111011100110001100111001101000110110011111 | e3b98ce68d9f |
EUC-JP | 羯梧此 | 111001101011101110111000111010001011101010100001 | e6bbb8e8baa1 |
UTF-8 | 羯梧此 | 111001111011111010101111111001101010001010100111111001101010110110100100 | e7beafe6a2a7e6ada4 |
UHC | ?梧此 | 0011111111100111111111001111001110101110 | 3fe7fcf3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)