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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 游??h游 | 10011111111000000011111100111111011010001001111111100000 | 9fe03f3f689fe0 |
EUC-JP | 游??h游 | 11011110111000100011111100111111011010001101111011100010 | dee23f3f68dee2 |
UTF-8 | 游펠쓱h游 | 11100110101110001011100011101101100011101010000011101100100100111011000101101000111001101011100010111000 | e6b8b8ed8ea0ec93b168e6b8b8 |
UHC | 游펠쓱h游 | 111010101111110111000110111001111011111010110011011010001110101011111101 | eafdc6e7beb368eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)