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 | 箏?諸?闇 | 1110001010110101001111111000111110010100001111111000100011000101 | e2b53f8f943f88c5 |
EUC-JP | 箏?諸?闇 | 1110010010110111001111111011110111110100001111111011000011000111 | e4b73fbdf43fb0c7 |
UTF-8 | 箏렎諸렕闇 | 111001111010111010001111111010111010000010001110111010001010101110111000111010111010000010010101111010011001011110000111 | e7ae8feba08ee8abb8eba095e99787 |
UHC | 箏렎諸렕闇 | 11101110101101001000111010100100111100001011001110001110101010101110010011100001 | eeb48ea4f0b38eaae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)