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??? | 00111111001111110011111101010111001111110011111100111111 | 3f3f3f573f3f3f |
SJIS-WIN | 絶??W艶?? | 100100001110001000111111001111110101011110001001100100000011111100111111 | 90e23f3f5789903f3f |
EUC-JP | 絶??W艶?? | 110000001110010000111111001111110101011110110001111100000011111100111111 | c0e43f3f57b1f03f3f |
UTF-8 | 絶볩쉭W艶랂끁 | 11100111101101011011011011101011101100111010100111101100100010011010110101010111111010001000100110110110111010111001111010000010111010111000000110000001 | e7b5b6ebb3a9ec89ad57e889b6eb9e82eb8181 |
UHC | 絶볩쉭W艶랂끁 | 11101111101111101001001111101111101111011010110101010111111001101111110110001101111011101000010110110111 | efbe93efbdad57e6fd8dee85b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)