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 | 遵?? | 10001111100001010011111100111111 | 8f853f3f |
EUC-JP | 遵?玭 | 101111011110010100111111100011111100101111100001 | bde53f8fcbe1 |
UTF-8 | 遵몃玭 | 111010011000000110110101111010111010101010000011111001111000111010101101 | e981b5ebaa83e78ead |
UHC | 遵몃玭 | 111100011110010110111000111010111101111010110111 | f1e5b8ebdeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)