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 | 悉簔篠宍灼 | 10001110101110111110001011000001100011101100001010001110101100111000111011011100 | 8ebbe2c18ec28eb38edc |
EUC-JP | 悉簔篠宍灼 | 10111100101111011110010011000011101111001100010010111100101101011011110011011110 | bcbde4c3bcc4bcb5bcde |
UTF-8 | 悉簔篠宍灼 | 111001101000001010001001111001111011000010010100111001111010111110100000111001011010111010001101111001111000000110111100 | e68289e7b094e7afa0e5ae8de781bc |
UHC | 悉?篠?灼 | 1110001111111010001111111110000111000110001111111110110111000111 | e3fa3fe1c63fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)