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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 諤場ケ躯腸^ | 11100110100000001000111111101010101110011000101111101011100100101011000001011110 | e6808feab98beb92b05e |
EUC-JP | 諤場ケ躯腸^ | 1110101111100000101111101110110010001110101110011011011011101101110001001011001001011110 | ebe0beec8eb9b6edc4b25e |
UTF-8 | 諤場ケ躯腸^ | 11101000101010111010010011100101101000001011010011101111101111011011100111101000101110101010111111101000100001011011100001011110 | e8aba4e5a0b4efbdb9e8baafe885b85e |
UHC | ?場??腸^ | 0011111111101101110111100011111100111111111011011111001101011110 | 3fedde3f3fedf35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)