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 | ィ?讓ィ | 1010100000111111111001101010100010101000 | a83fe6a8a8 |
EUC-JP | ィ寗讓ィ | 100011101010100010001111101110101110000011101100101010101000111010101000 | 8ea88fbae0ecaa8ea8 |
UTF-8 | ィ寗讓ィ | 111011111011110110101000111001011010111110010111111010001010111010010011111011111011110110101000 | efbda8e5af97e8ae93efbda8 |
UHC | ?寗讓? | 001111111101001010111100111001011101001100111111 | 3fd2bce5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)