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 | 若??沆? | 10001110111000010011111100111111111110101111011100111111 | 8ee13f3ffaf73f |
EUC-JP | 若??沆? | 1011110011100011001111110011111110001111110001101110101000111111 | bce33f3f8fc6ea3f |
UTF-8 | 若뽧꺁沆뗰 | 111010001000101110100101111010111011110110100111111010101011101010000001111001101011001010000110111010111001011110110000 | e88ba5ebbda7eaba81e6b286eb97b0 |
UHC | 若뽧꺁沆뗰 | 11100101101101001001011011100011100000111010101011111001111110101000101111101111 | e5b496e383aaf9fa8bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)