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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艇???鄭? | 1001001011111000001111110011111100111111100100110100000100111111 | 92f83f3f3f93413f |
EUC-JP | 艇???鄭? | 1100010011111010001111110011111100111111110001011010001000111111 | c4fa3f3f3fc5a23f |
UTF-8 | 艇縷렖렱鄭렩 | 111010001000100110000111111011111010010110010000111010111010000010010110111010111010000010110001111010011000010010101101111010111010000010101001 | e88987efa590eba096eba0b1e984adeba0a9 |
UHC | 艇縷렖렱鄭렩 | 111011111111001111010010111010101000111010101011100011101011111011101111111101111000111010110111 | eff3d2ea8eab8ebeeff78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)