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 | 齬○祢^ | 11101010100101111000000110011011100101000100100101011110 | ea97819b94495e |
EUC-JP | 齬○祢^ | 11110011111101111010000111111011110001111010101001011110 | f3f7a1fbc7aa5e |
UTF-8 | 齬○祢^ | 11101001101111011010110011100010100101111000101111100111101001011010001001011110 | e9bdace2978be7a5a25e |
UHC | 齬○?^ | 111001011110000110100001110110110011111101011110 | e5e1a1db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)