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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 霽???家 | 11101000110001110011111100111111001111111000100111000110 | e8c73f3f3f89c6 |
EUC-JP | 霽®??家 | 111100001100100110001111101000101110111000111111001111111011001011001000 | f0c98fa2ee3f3fb2c8 |
UTF-8 | 霽®렍멸家 | 1110100110011100101111011100001010101110111010111010000010001101111010111010100110111000111001011010111010110110 | e99cbdc2aeeba08deba9b8e5aeb6 |
UHC | 霽®렍멸家 | 11110000101110001010001011100111100011101010001110111000111010101100101010101011 | f0b8a2e78ea3b8eacaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)