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 | ???獰? | 001111110011111100111111111000001101011000111111 | 3f3f3fe0d63f |
EUC-JP | 旿??獰? | 1000111111000001111101000011111100111111111000001101100000111111 | 8fc1f43f3fe0d83f |
UTF-8 | 旿당뜲獰낰 | 111001101001011110111111111010111000101110111001111010111001110010110010111001111000110110110000111010111000001010110000 | e697bfeb8bb9eb9cb2e78db0eb82b0 |
UHC | 旿당뜲獰낰 | 11100111111110101011010011100111100011011011000011100111101111101000011001000101 | e7fab4e78db0e7be8645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)