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 | 巐ろ讎緋 | 1111101010110110100000101110101111100110101001101001010011101010 | fab682ebe6a694ea |
EUC-JP | 巐ろ讎緋 | 100011111011101111111001101001001110110111101100101010001100100011101100 | 8fbbf9a4edeca8c8ec |
UTF-8 | 巐ろ讎緋 | 111001011011011110010000111000111000001010001101111010001010111010001110111001111011011110001011 | e5b790e3828de8ae8ee7b78b |
UHC | ?ろ?緋 | 001111111010101011101101001111111101110111111100 | 3faaed3fddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)