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 | 筌??慂?? | 1110001010100011001111110011111110011100110010000011111100111111 | e2a33f3f9cc83f3f |
EUC-JP | 筌??慂?? | 1110010010100101001111110011111111011000110010100011111100111111 | e4a53f3fd8ca3f3f |
UTF-8 | 筌㏓젨慂뗫젘 | 111001111010110110001100111000111000111110010011111011001010000010101000111001101000010110000010111010111001011110101011111011001010000010011000 | e7ad8ce38f93eca0a8e68582eb97abeca098 |
UHC | 筌㏓젨慂뗫젘 | 111011111010011110100111111010111010000010100000111010011011110110001011111010111010000010010100 | efa7a7eba0a0e9bd8beba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)