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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 績??績??^ | 100100001101000100111111001111111001000011010001001111110011111101011110 | 90d13f3f90d13f3f5e |
EUC-JP | 績??績??^ | 110000001101001100111111001111111100000011010011001111110011111101011110 | c0d33f3fc0d33f3f5e |
UTF-8 | 績멨썼績멨썼^ | 11100111101110001011111011101011101010011010100011101100100011011011110011100111101110001011111011101011101010011010100011101100100011011011110001011110 | e7b8beeba9a8ec8dbce7b8beeba9a8ec8dbc5e |
UHC | 績멨썼績멨썼^ | 11101110111000001011100011100101101111011110100011101110111000001011100011100101101111011110100001011110 | eee0b8e5bde8eee0b8e5bde85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)