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 | 茲後識箙 | 1110010010100010100011001110001110001110101011111110001010110111 | e4a28ce38eafe2b7 |
EUC-JP | 茲後識箙 | 1110100010100100101110001110010110111100101100011110010010111001 | e8a4b8e5bcb1e4b9 |
UTF-8 | 茲後識箙 | 111010001000110010110010111001011011111010001100111010001010110110011000111001111010111010011001 | e88cb2e5be8ce8ad98e7ae99 |
UHC | ?後識? | 001111111111110110101101111000111101101100111111 | 3ffdade3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)