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 | 逵帶サВ | 11100111100111001001101111100110101110111000010001000010 | e79c9be6bb8442 |
EUC-JP | 逵帶サВ | 1110110111111100110101101110100010001110101110111010011110100011 | edfcd6e88ebba7a3 |
UTF-8 | 逵帶サВ | 1110100110000000101101011110010110111000101101101110111110111101101110111101000010010010 | e980b5e5b8b6efbdbbd092 |
UHC | 逵帶?В | 11010000101100001101001111100001001111111010110010100011 | d0b0d3e13faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)