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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋幄娼雉ェ | 111010001001101110011011111010001000111110101001111010001011001110101010 | e89b9be88fa9e8b3aa |
EUC-JP | 陋幄娼雉ェ | 11101111111110111101011011101010101111101010101111110000101101011000111010101010 | effbd6eabeabf0b58eaa |
UTF-8 | 陋幄娼雉ェ | 111010011001100110001011111001011011100110000100111001011010100010111100111010011001101110001001111011111011110110101010 | e9998be5b984e5a8bce99b89efbdaa |
UHC | 陋幄娼雉? | 110101111011000011100100110000011111001111011110111101101100101100111111 | d7b0e4c1f3def6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)