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 | 傳???? | 100110010100001000111111001111110011111100111111 | 99423f3f3f3f |
EUC-JP | 傳???? | 110100011010001100111111001111110011111100111111 | d1a33f3f3f3f |
UTF-8 | 傳쇨㎮易펩 | 111001011000001010110011111011001000011110101000111000111000111010101110111011111010011110100000111011011000111010101001 | e582b3ec87a8e38eaeefa7a0ed8ea9 |
UHC | 傳쇨㎮易펩 | 11101110111011101011110011101010101001111110001011101100101011111100011011101001 | eeeebceaa7e2ecafc6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)