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 | 鰲???里 | 11101001111000000011111100111111001111111001011110100010 | e9e03f3f3f97a2 |
EUC-JP | 鰲???里 | 11110010111000100011111100111111001111111100111010100100 | f2e23f3f3fcea4 |
UTF-8 | 鰲쑈뤛퐥里 | 111010011011000010110010111011001001000110001000111010111010010010011011111011011001000010100101111010011000011110001100 | e9b0b2ec9188eba49bed90a5e9878c |
UHC | 鰲쑈뤛퐥里 | 11101000101001111011111010100100100011111100101010111101100011101101011111101100 | e8a7bea48fcabd8ed7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)