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 | 枝肆?基?? | 100011100111110111100011111001100011111110001010111011100011111100111111 | 8e7de3e63f8aee3f3f |
EUC-JP | 枝肆?基?? | 101110111101111011100110111010000011111110110100111100000011111100111111 | bbdee6e83fb4f03f3f |
UTF-8 | 枝肆렊基렰렯 | 111001101001111010011101111010001000001010000110111010111010000010001010111001011001111110111010111010111010000010110000111010111010000010101111 | e69e9de88286eba08ae59fbaeba0b0eba0af |
UHC | 枝肆렊基렰렯 | 111100101010101111011110111010111000111010100001110100001111000110001110101111011000111010111100 | f2abdeeb8ea1d0f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)