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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 箏?漿鳴 | 11100010101101010011111110011111111101111001011011000010 | e2b53f9ff796c2 |
EUC-JP | 箏?漿鳴 | 11100100101101110011111111011110111110011100110011000100 | e4b73fdef9ccc4 |
UTF-8 | 箏렡漿鳴 | 111001111010111010001111111010111010000010100001111001101011110010111111111010011011001110110100 | e7ae8feba0a1e6bcbfe9b3b4 |
UHC | 箏렡漿鳴 | 1110111010110100100011101011001011101101111011001101100110110000 | eeb48eb2edecd9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)