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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 與?????? | 1110010001101111001111110011111100111111001111110011111100111111 | e46f3f3f3f3f3f3f |
EUC-JP | 與?????? | 1110011111010000001111110011111100111111001111110011111100111111 | e7d03f3f3f3f3f3f |
UTF-8 | 與잍쭇吏좂깮銳 | 111010001000100010000111111011001001111010001101111011001010110110000111111011111010011110011110111011001010001010000010111010101011100110101110111010011000101010110011 | e88887ec9e8decad87efa79eeca282eab9aee98ab3 |
UHC | 與잍쭇吏좂깮銳 | 1110011010101000100111111110011010100111100000111110110010100111101000001110011110000011100111011110011111100101 | e6a89fe6a783eca7a0e7839de7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)