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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 梧??橈??] | 100011001110011000111111001111111001111011110100001111110011111101011101 | 8ce63f3f9ef43f3f5d |
EUC-JP | 梧??橈??] | 101110001110100000111111001111111101110011110110001111110011111101011101 | b8e83f3fdcf63f3f5d |
UTF-8 | 梧삼숯橈놅슛] | 11100110101000101010011111101100100000101011110011101100100010001010111111100110101010011000100011101011100001101000010111101100100010101001101101011101 | e6a2a7ec82bcec88afe6a988eb8685ec8a9b5d |
UHC | 梧삼숯橈놅슛] | 11100111111111001011101111101111101111011010000111101000111110101000011011101111101111011011100001011101 | e7fcbbefbda1e8fa86efbdb85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)