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 | 源??源??^ | 100011001011100100111111001111111000110010111001001111110011111101011110 | 8cb93f3f8cb93f3f5e |
EUC-JP | 源??源??^ | 101110001011101100111111001111111011100010111011001111110011111101011110 | b8bb3f3fb8bb3f3f5e |
UTF-8 | 源먪돺源먯옡^ | 11100110101110101001000011101011101010001010101011101011100011111011101011100110101110101001000011101011101010001010111111101100100110001010000101011110 | e6ba90eba8aaeb8fbae6ba90eba8afec98a15e |
UHC | 源먪돺源먯옡^ | 11101010101110011001000011100111100010011011110111101010101110011001000011101100100111101010001101011110 | eab990e789bdeab990ec9ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)