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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 灌溏L}灌溏L{^ | 10011111111100111001111111101101010011000111110110011111111100111001111111101101010011000111101101011110 | 9ff39fed4c7d9ff39fed4c7b5e |
EUC-JP | 灌溏L}灌溏L{^ | 11011110111101011101111011101111010011000111110111011110111101011101111011101111010011000111101101011110 | def5deef4c7ddef5deef4c7b5e |
UTF-8 | 灌溏L}灌溏L{^ | 1110011110000001100011001110011010111010100011110100110001111101111001111000000110001100111001101011101010001111010011000111101101011110 | e7818ce6ba8f4c7de7818ce6ba8f4c7b5e |
UHC | 灌?L}灌?L{^ | 1100111010110100001111110100110001111101110011101011010000111111010011000111101101011110 | ceb43f4c7dceb43f4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)