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 | ?伎∈ | 0011111110001010111010101000000110111000 | 3f8aea81b8 |
EUC-JP | 勖伎∈ | 10001111101100111110110110110100111011001010001010111010 | 8fb3edb4eca2ba |
UTF-8 | 勖伎∈ | 111001011000101110010110111001001011110010001110111000101000100010001000 | e58b96e4bc8ee28888 |
UHC | 勖伎∈ | 111010011110110111010000111010111010000111110100 | e9edd0eba1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)