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 | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | 絶??D悅? | 1001000011100010001111110011111101000100111110101011110100111111 | 90e23f3f44fabd3f |
EUC-JP | 絶??D?? | 11000000111001000011111100111111010001000011111100111111 | c0e43f3f443f3f |
UTF-8 | 絶볩쉭D悅뉶 | 11100111101101011011011011101011101100111010100111101100100010011010110101000100111001101000001010000101111010111000100110110110 | e7b5b6ebb3a9ec89ad44e68285eb89b6 |
UHC | 絶볩쉭D悅뉶 | 1110111110111110100100111110111110111101101011010100010011100110111011011000100001000110 | efbe93efbdad44e6ed8846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)