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 | 臾??維?Э | 111001000110101100111111001111111000100011011011001111111000010001011110 | e46b3f3f88db3f845e |
EUC-JP | 臾??維?Э | 111001111100110000111111001111111011000011011101001111111010011110111111 | e7cc3f3fb0dd3fa7bf |
UTF-8 | 臾노쳪維뉖Э | 1110100010000111101111101110101110000101101110001110110010110011101010101110011110110110101011011110101110001001100101101101000010101101 | e887beeb85b8ecb3aae7b6adeb8996d0ad |
UHC | 臾노쳪維뉖Э | 111010111010110010110011111010111010101110001111111010111010101110000111111010111010110010111111 | ebacb3ebab8febab87ebacbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)