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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 言??炎 | 100011001011111000111111001111111000100110001010 | 8cbe3f3f898a |
EUC-JP | 言??炎 | 101110001100000000111111001111111011000111101010 | b8c03f3fb1ea |
UTF-8 | 言ⓩ꼇炎 | 111010001010100010000000111000101001001110101001111010101011110010000111111001111000001010001110 | e8a880e293a9eabc87e7828e |
UHC | 言ⓩ꼇炎 | 1110010111101011101010001110011010110010101110111110011011111010 | e5eba8e6b2bbe6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)