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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 搖??垂? | 10011101100010100011111100111111100100001000001000111111 | 9d8a3f3f90823f |
EUC-JP | 搖??垂? | 11011001111010100011111100111111101111111110001000111111 | d9ea3f3fbfe23f |
UTF-8 | 搖살뇴垂잹 | 111001101001000010010110111011001000001010110100111010111000011110110100111001011001111010000010111011001001111010111001 | e69096ec82b4eb87b4e59e82ec9eb9 |
UHC | 搖살뇴垂잹 | 11101000111101001011101111101100100001111001100011100001111101111010000001000010 | e8f4bbec8798e1f7a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)