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 | 讓ス蜊貞蘒 | 111001101010100010111101111001011000110110010010111001011111101110011111 | e6a8bde58d92e5fb9f |
EUC-JP | 讓ス蜊貞? | 111011001010101010001110101111011110100111101101110001001110011100111111 | ecaa8ebde9edc4e73f |
UTF-8 | 讓ス蜊貞蘒 | 111010001010111010010011111011111011110110111101111010001001110010001010111010001011001010011110111011111010100010100000 | e8ae93efbdbde89c8ae8b29eefa8a0 |
UHC | 讓??貞? | 11100101110100110011111100111111111011111111011000111111 | e5d33f3feff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)