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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??璵? | 001111110011111110001111110011001110011000111111 | 3f3f8fcce63f |
UTF-8 | 泥쵼璵좦 | 111011111010011110100011111011001011010110111100111001111001001010110101111011001010001010100110 | efa7a3ecb5bce792b5eca2a6 |
UHC | 泥쵼璵좦 | 1110110010110010101011010101011011100110101001011010000101000010 | ecb2ad56e6a5a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)