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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋏・竊庭・ | 1110011111110101101001011110001010000110100100101110101110100101 | e7f5a5e28692eba5 |
EUC-JP | 鋏・竊庭・ | 11101110111101111000111010100101111000111110011011000100111011011000111010100101 | eef78ea5e3e6c4ed8ea5 |
UTF-8 | 鋏・竊庭・ | 111010011000101110001111111011111011110110100101111001111010101110001010111001011011101010101101111011111011110110100101 | e98b8fefbda5e7ab8ae5baadefbda5 |
UHC | 鋏?竊庭? | 1111101011111001001111111110111110111100111011111101010000111111 | faf93fefbcefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)