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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昊?? | 10011101110111010011111100111111 | 9ddd3f3f |
EUC-JP | 昊?? | 11011010110111110011111100111111 | dadf3f3f |
UTF-8 | 昊쇘렍 | 111001101001100010001010111011001000011110011000111010111010000010001101 | e6988aec8798eba08d |
UHC | 昊쇘렍 | 111110111100010010111100111001111000111010100011 | fbc4bce78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)