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 | ?田審得 | 00111111100100110110001110010000010100101001001110111110 | 3f9363905293be |
EUC-JP | ?田審得 | 00111111110001011100010010111111101100111100011011000000 | 3fc5c4bfb3c6c0 |
UTF-8 | 뤺田審得 | 111010111010010010111010111001111001010010110000111001011010111110101001111001011011111010010111 | eba4bae794b0e5afa9e5be97 |
UHC | 뤺田審得 | 1000111111101000111011111010001111100011111110111101010011110000 | 8fe8efa3e3fbd4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)