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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 椰??^ | 1001111010111101001111110011111101011110 | 9ebd3f3f5e |
EUC-JP | 椰??^ | 1101110010111111001111110011111101011110 | dcbf3f3f5e |
UTF-8 | 椰됭덱^ | 11100110101001001011000011101011100100001010110111101011100011011011000101011110 | e6a4b0eb90adeb8db15e |
UHC | 椰됭덱^ | 11100101101010111000100111101000101101011010011001011110 | e5ab89e8b5a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)