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 | ?田審? | 001111111001001101100011100100000101001000111111 | 3f936390523f |
EUC-JP | ?田審? | 001111111100010111000100101111111011001100111111 | 3fc5c4bfb33f |
UTF-8 | 뤺田審따 | 111010111010010010111010111001111001010010110000111001011010111110101001111010111001010010110000 | eba4bae794b0e5afa9eb94b0 |
UHC | 뤺田審따 | 1000111111101000111011111010001111100011111110111011010111111011 | 8fe8efa3e3fbb5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)