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 | シ齊ョサソ | 1111000010110000101111001110101010001110101011101011101110111111 | f0b0bcea8eaebbbf |
EUC-JP | ?シ齊ョサソ | 0011111110001110101111001111001111101110100011101010111010001110101110111000111010111111 | 3f8ebcf3ee8eae8ebb8ebf |
UTF-8 | シ齊ョサソ | 111011101000000110101111111011111011110110111100111010011011110110001010111011111011110110101110111011111011110110111011111011111011110110111111 | ee81afefbdbce9bd8aefbdaeefbdbbefbdbf |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)