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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 池池B | 1001001001110010100100100111001001000010 | 9272927242 |
EUC-JP | 池池B | 1100001111010011110000111101001101000010 | c3d3c3d342 |
UTF-8 | 池池B | 11100110101100011010000011100110101100011010000001000010 | e6b1a0e6b1a042 |
UHC | 池池B | 1111001010101110111100101010111001000010 | f2aef2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)