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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 悉篥篠\ | 10001110101110111110001011000011100011101100001001011100 | 8ebbe2c38ec25c |
EUC-JP | 悉篥篠\ | 10111100101111011110010011000101101111001100010001011100 | bcbde4c5bcc45c |
UTF-8 | 悉篥篠\ | 11100110100000101000100111100111101011111010010111100111101011111010000001011100 | e68289e7afa5e7afa05c |
UHC | 悉?篠\ | 111000111111101000111111111000011100011001011100 | e3fa3fe1c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)