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 | シタシホ湿自^ | 101111001100000010111100110011101000111010111100100011101010100101011110 | bcc0bcce8ebc8ea95e |
EUC-JP | シタシホ湿自^ | 10001110101111001000111011000000100011101011110010001110110011101011110010111110101111001010101101011110 | 8ebc8ec08ebc8ecebcbebcab5e |
UTF-8 | シタシホ湿自^ | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111101000111011100110101110011011111111101000100001111010101001011110 | efbdbcefbe80efbdbcefbe8ee6b9bfe887aa5e |
UHC | ?????自^ | 0011111100111111001111110011111100111111111011011011101101011110 | 3f3f3f3f3fedbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)