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 | 阡ャ莉呎墳 | 111010001001010010101100111001001011101110011001111001101001010110101101 | e894ace4bb99e695ad |
EUC-JP | 阡ャ莉呎墳 | 11101111111101001000111010101100111010001011110111010010111010001100101010101111 | eff48eace8bdd2e8caaf |
UTF-8 | 阡ャ莉呎墳 | 111010011001100010100001111011111011110110101100111010001000111010001001111001011001000110001110111001011010001010110011 | e998a1efbdace88e89e5918ee5a2b3 |
UHC | 阡?莉?墳 | 1111010011000110001111111101011111101001001111111101110111000101 | f4c63fd7e93fddc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)