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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?紗飛 | 0011111110001110110100011001010011110010 | 3f8ed194f2 |
EUC-JP | 泂紗飛 | 10001111110001101111011010111100110100111100100011110100 | 8fc6f6bcd3c8f4 |
UTF-8 | 泂紗飛 | 111001101011001110000010111001111011010010010111111010011010001110011011 | e6b382e7b497e9a39b |
UHC | 泂紗飛 | 111110111010001011011110111010011101111010101011 | fba2dee9deab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)