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 | 諛賀ウ醐Ι | 111001101000011110001001111010101011001110001100111011011000001110100111 | e68789eab38ced83a7 |
EUC-JP | 諛賀ウ醐Ι | 11101011111001111011001011101100100011101011001110111000111011111010011010101001 | ebe7b2ec8eb3b8efa6a9 |
UTF-8 | 諛賀ウ醐Ι | 1110100010101011100110111110100010110011100000001110111110111101101100111110100110000110100100001100111010011001 | e8ab9be8b380efbdb3e98690ce99 |
UHC | 諛賀??Ι | 1110101110110000111110011100010100111111001111111010010111001001 | ebb0f9c53f3fa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)