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 | 譯?容 | 1110011010100001001111111001011101100101 | e6a13f9765 |
EUC-JP | 譯?容 | 1110110010100011001111111100110111000110 | eca33fcdc6 |
UTF-8 | 譯굞容 | 111010001010110110101111111010101011010110011110111001011010111010111001 | e8adafeab59ee5aeb9 |
UHC | 譯굞容 | 111001101011101110000010100001101110100110111011 | e6bb8286e9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)