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 | 逡甲[逡甲[^ | 1110011110010101100011010110001001011011111001111001010110001101011000100101101101011110 | e7958d625be7958d625b5e |
EUC-JP | 逡甲[逡甲[^ | 1110110111110101101110011100001101011011111011011111010110111001110000110101101101011110 | edf5b9c35bedf5b9c35b5e |
UTF-8 | 逡甲[逡甲[^ | 111010011000000010100001111001111001010010110010010110111110100110000000101000011110011110010100101100100101101101011110 | e980a1e794b25be980a1e794b25b5e |
UHC | 逡甲[逡甲[^ | 1111000111100100110010111010001101011011111100011110010011001011101000110101101101011110 | f1e4cba35bf1e4cba35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)