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 | ???陰ъ? | 0011111100111111001111111000100101000001100001001000110000111111 | 3f3f3f8941848c3f |
EUC-JP | 渶??陰ъ? | 10001111110001111110110100111111001111111011000110100010101001111110110000111111 | 8fc7ed3f3fb1a2a7ec3f |
UTF-8 | 渶⑶쑞陰ъ꽢 | 1110011010111000101101101110001010010001101101101110110010010001100111101110100110011001101100001101000110001010111010101011110110100010 | e6b8b6e291b6ec919ee999b0d18aeabda2 |
UHC | 渶⑶쑞陰ъ꽢 | 111001111011011110101001111010011001110010111101111010111110010010101100111011001000010010101111 | e7b7a9e99cbdebe4acec84af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)