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 | ???}??? | 00111111001111110011111101111101001111110011111100111111 | 3f3f3f7d3f3f3f |
SJIS-WIN | 晶ヲ}晶ェ | 1000111110111011111101001000111010100110011111011000111110111011111110011000111010101010 | 8fbbf48ea67d8fbbf98eaa |
EUC-JP | 晶?ヲ}晶?ェ | 1011111010111101001111111000111010100110011111011011111010111101001111111000111010101010 | bebd3f8ea67dbebd3f8eaa |
UTF-8 | 晶ヲ}晶ェ | 11100110100110011011011011101110100011001011110111101111101111011010011001111101111001101001100110110110111011101001101110101001111011111011110110101010 | e699b6ee8cbdefbda67de699b6ee9ba9efbdaa |
UHC | 晶??}晶?? | 111011111101110000111111001111110111110111101111110111000011111100111111 | efdc3f3f7defdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)