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 | 郵??磬? | 10010111010110000011111100111111111000011111110000111111 | 97583f3fe1fc3f |
EUC-JP | 郵??磬? | 11001101101110010011111100111111111000101111111000111111 | cdb93f3fe2fe3f |
UTF-8 | 郵쯔렖磬허 | 111010011000001110110101111011001010111110010100111010111010000010010110111001111010001110101100111011011001011110001000 | e983b5ecaf94eba096e7a3aced9788 |
UHC | 郵쯔렖磬허 | 11101001111010001100001011101010100011101010101111001100111001001100011111100011 | e9e8c2ea8eabcce4c7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)