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 | 鶴コ醴ェ | 111111000100100110111010111001111101001010101010 | fc49bae7d2aa |
EUC-JP | ?コ醴ェ | 00111111100011101011101011101110110101001000111010101010 | 3f8ebaeed48eaa |
UTF-8 | 鶴コ醴ェ | 111011111010100010101101111011111011110110111010111010011000011010110100111011111011110110101010 | efa8adefbdbae986b4efbdaa |
UHC | ??醴? | 0011111100111111110101101100101000111111 | 3f3fd6ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)