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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セス宍湿室^ | 101111101011110110001110101100111000111010111100100011101011101001011110 | bebd8eb38ebc8eba5e |
EUC-JP | セス宍湿室^ | 1000111010111110100011101011110110111100101101011011110010111110101111001011110001011110 | 8ebe8ebdbcb5bcbebcbc5e |
UTF-8 | セス宍湿室^ | 11101111101111011011111011101111101111011011110111100101101011101000110111100110101110011011111111100101101011101010010001011110 | efbdbeefbdbde5ae8de6b9bfe5aea45e |
UHC | ????室^ | 00111111001111110011111100111111111000111111100001011110 | 3f3f3f3fe3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)