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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷井コ・讓ェ | 111010001001110010001000111001001011101010100101111001101010100010101010 | e89c88e4baa5e6a8aa |
EUC-JP | 陷井コ・讓ェ | 111011111111110010110000111001101000111010111010100011101010010111101100101010101000111010101010 | effcb0e68eba8ea5ecaa8eaa |
UTF-8 | 陷井コ・讓ェ | 111010011001100110110111111001001011101010010101111011111011110110111010111011111011110110100101111010001010111010010011111011111011110110101010 | e999b7e4ba95efbdbaefbda5e8ae93efbdaa |
UHC | 陷井??讓? | 111110011110100011101111110011000011111100111111111001011101001100111111 | f9e8efcc3f3fe5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)