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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈崎ウ」 | 111010001110011110001101111010001011001110100011 | e8e78de8b3a3 |
EUC-JP | 韈崎ウ」 | 1111000011101001101110101110101010001110101100111000111010100011 | f0e9baea8eb38ea3 |
UTF-8 | 韈崎ウ」 | 111010011001111110001000111001011011010010001110111011111011110110110011111011111011110110100011 | e99f88e5b48eefbdb3efbda3 |
UHC | ?崎?? | 0011111111010000111110000011111100111111 | 3fd0f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)