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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茲後識綺 | 1110010010100010100011001110001110001110101011111110001101011001 | e4a28ce38eafe359 |
EUC-JP | 茲後識綺 | 1110100010100100101110001110010110111100101100011110010110111010 | e8a4b8e5bcb1e5ba |
UTF-8 | 茲後識綺 | 111010001000110010110010111001011011111010001100111010001010110110011000111001111011011010111010 | e88cb2e5be8ce8ad98e7b6ba |
UHC | ?後識綺 | 00111111111111011010110111100011110110111101000110111011 | 3ffdade3dbd1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)