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 | ?審?誼 | 001111111001000001010010001111111000101101100010 | 3f90523f8b62 |
EUC-JP | ?審?誼 | 001111111011111110110011001111111011010111000011 | 3fbfb33fb5c3 |
UTF-8 | 룶審룫誼 | 111010111010001110110110111001011010111110101001111010111010001110101011111010001010101010111100 | eba3b6e5afa9eba3abe8aabc |
UHC | 룶審룫誼 | 1000111110101011111000111111101110001111101000101110101111111110 | 8fabe3fb8fa2ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)