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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幸逢? | 1000110101001011100010001010011100111111 | 8d4b88a73f |
EUC-JP | 幸逢? | 1011100110101100101100001010100100111111 | b9acb0a93f |
UTF-8 | 幸逢렱 | 111001011011100110111000111010011000000010100010111010111010000010110001 | e5b9b8e980a2eba0b1 |
UHC | 幸逢렱 | 111110101011100111011100111100011000111010111110 | fab9dcf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)