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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 踵エWD踵エWD^ | 1110011011111001101101000101011101000100111001101111100110110100010101110100010001011110 | e6f9b45744e6f9b457445e |
EUC-JP | 踵エWD踵エWD^ | 11101100111110111000111010110100010101110100010011101100111110111000111010110100010101110100010001011110 | ecfb8eb45744ecfb8eb457445e |
UTF-8 | 踵エWD踵エWD^ | 1110100010111000101101011110111110111101101101000101011101000100111010001011100010110101111011111011110110110100010101110100010001011110 | e8b8b5efbdb45744e8b8b5efbdb457445e |
UHC | 踵?WD踵?WD^ | 1111000110100010001111110101011101000100111100011010001000111111010101110100010001011110 | f1a23f5744f1a23f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)