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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 吏흖렏흣㏉ | 111011111010011110011110111011011001110110010110111010111010000010001111111011011001110110100011111000111000111110001001 | efa79eed9d96eba08fed9da3e38f89 |
UHC | 吏흖렏흣㏉ | 11101100101001111100100011101000100011101010010111001000111011101010011111101101 | eca7c8e88ea5c8eea7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)