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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | チ籘? | 11000001111000101101101000111111 | c1e2da3f |
EUC-JP | チ籘繐 | 10001110110000011110010011011100100011111101010011010011 | 8ec1e4dc8fd4d3 |
UTF-8 | チ籘繐 | 111011111011111010000001111001111011000110011000111001111011100110010000 | efbe81e7b198e7b990 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)