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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 陷甲[陷甲[^ | 1110100010011100100011010110001001011011111010001001110010001101011000100101101101011110 | e89c8d625be89c8d625b5e |
EUC-JP | 陷甲[陷甲[^ | 1110111111111100101110011100001101011011111011111111110010111001110000110101101101011110 | effcb9c35beffcb9c35b5e |
UTF-8 | 陷甲[陷甲[^ | 111010011001100110110111111001111001010010110010010110111110100110011001101101111110011110010100101100100101101101011110 | e999b7e794b25be999b7e794b25b5e |
UHC | 陷甲[陷甲[^ | 1111100111101000110010111010001101011011111110011110100011001011101000110101101101011110 | f9e8cba35bf9e8cba35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)