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 | 獄??亦? | 10001101100101100011111100111111100101101001001000111111 | 8d963f3f96923f |
EUC-JP | 獄??亦? | 10111001111101100011111100111111110010111111001000111111 | b9f63f3fcbf23f |
UTF-8 | 獄욁깿亦밊 | 111001111000110110000100111011001001101010000001111010101011100110111111111001001011101010100110111010111011000010001010 | e78d84ec9a81eab9bfe4baa6ebb08a |
UHC | 獄욁깿亦밊 | 11101000101010111001111011100011100000111010100011100110101100101001001101000110 | e8ab9ee383a8e6b29346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)