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 | 始??始??^ | 100011100110111000111111001111111000111001101110001111110011111101011110 | 8e6e3f3f8e6e3f3f5e |
EUC-JP | 始??始??^ | 101110111100111100111111001111111011101111001111001111110011111101011110 | bbcf3f3fbbcf3f3f5e |
UTF-8 | 始릥룷始릥룷^ | 11100101101001111000101111101011101001101010010111101011101000111011011111100101101001111000101111101011101001101010010111101011101000111011011101011110 | e5a78beba6a5eba3b7e5a78beba6a5eba3b75e |
UHC | 始릥룷始릥룷^ | 11100011101101111001000010000111100011111010110011100011101101111001000010000111100011111010110001011110 | e3b790878face3b790878fac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)