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 | 第?飛陰 | 10010001111001100011111110010100111100101000100101000001 | 91e63f94f28941 |
EUC-JP | 第?飛陰 | 11000010111010000011111111001000111101001011000110100010 | c2e83fc8f4b1a2 |
UTF-8 | 第면飛陰 | 111001111010110010101100111010111010100110110100111010011010001110011011111010011001100110110000 | e7acaceba9b4e9a39be999b0 |
UHC | 第면飛陰 | 1111000010101111101110001110100111011110101010111110101111100100 | f0afb8e9deabebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)