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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆?鷹??? | 1110100010111011001111111001000111101001001111110011111100111111 | e8bb3f91e93f3f3f |
EUC-JP | 霆?鷹??? | 1111000010111101001111111100001011101011001111110011111100111111 | f0bd3fc2eb3f3f3f |
UTF-8 | 霆렣鷹재렓렏 | 111010011001110010000110111010111010000010100011111010011011011110111001111011001001111010101100111010111010000010010011111010111010000010001111 | e99c86eba0a3e9b7b9ec9eaceba093eba08f |
UHC | 霆렣鷹재렓렏 | 111011111111110110001110101101001110101111101101110000001110011110001110101010001000111010100101 | effd8eb4ebedc0e78ea88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)