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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | ???W節 | 001111110011111100111111010101111001000011011111 | 3f3f3f5790df |
EUC-JP | ???W節 | 001111110011111100111111010101111100000011100001 | 3f3f3f57c0e1 |
UTF-8 | 簾앮텊W節 | 11101111101001101010011011101100100101011010111011101101100001011000101001010111111001111010111110000000 | efa6a6ec95aeed858a57e7af80 |
UHC | 簾앮텊W節 | 111001111010000110011101111001101011011010000111010101111110111110111101 | e7a19de6b68757efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)