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 | 縡?弔峯? | 1110001101110001001111111001001010100010100101011111010100111111 | e3713f92a295f53f |
EUC-JP | 縡?弔峯? | 1110010111010010001111111100010010100100110010101111011100111111 | e5d23fc4a4caf73f |
UTF-8 | 縡렭弔峯렟 | 111001111011100010100001111010111010000010101101111001011011110010010100111001011011001110101111111010111010000010011111 | e7b8a1eba0ade5bc94e5b3afeba09f |
UHC | 縡렭弔峯렟 | 11101110101011011000111010111010111100001100000011011100111001111000111010110000 | eead8ebaf0c0dce78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)