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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | テシテε陳。k | 110000111011110011000011100000111100001110010010110000101010000101101011 | c3bcc383c392c2a16b |
EUC-JP | テシテε陳。k | 10001110110000111000111010111100100011101100001110100110110001011100010011000100100011101010000101101011 | 8ec38ebc8ec3a6c5c4c48ea16b |
UTF-8 | テシテε陳。k | 111011111011111010000011111011111011110110111100111011111011111010000011110011101011010111101001100110011011001111101111101111011010000101101011 | efbe83efbdbcefbe83ceb5e999b3efbda16b |
UHC | ???ε陳?k | 001111110011111100111111101001011110010111110010111001110011111101101011 | 3f3f3fa5e5f2e73f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)