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 | 蜥悟」コ | 111001011001001010001100111001011010001110111010 | e5928ce5a3ba |
EUC-JP | 蜥悟」コ | 1110100111110010101110001110011110001110101000111000111010111010 | e9f2b8e78ea38eba |
UTF-8 | 蜥悟」コ | 111010001001110010100101111001101000001010011111111011111011110110100011111011111011110110111010 | e89ca5e6829fefbda3efbdba |
UHC | ?悟?? | 0011111111100111111101100011111100111111 | 3fe7f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)