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 | 阮翫d謦ョ | 111010001001011010001010111000111000001010000100111001101001001010101110 | e8968ae38284e692ae |
EUC-JP | 阮翫d謦ョ | 11101111111101101011010011100101101000111110010011101011111100101000111010101110 | eff6b4e5a3e4ebf28eae |
UTF-8 | 阮翫d謦ョ | 111010011001100010101110111001111011111110101011111011111011110110000100111010001010110010100110111011111011110110101110 | e998aee7bfabefbd84e8aca6efbdae |
UHC | 阮翫d?? | 1110100011010110111010001101000110100011111001000011111100111111 | e8d6e8d1a3e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)