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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳??彦?? | 1000100101101010001111110011111110010101010001100011111100111111 | 896a3f3f95463f3f |
EUC-JP | 泳??彦?? | 1011000111001011001111110011111111001001101001110011111100111111 | b1cb3f3fc9a73f3f |
UTF-8 | 泳싩텥彦낁뇮 | 111001101011001110110011111011001000101110101001111011011000010110100101111001011011110110100110111010111000001010000001111010111000011110101110 | e6b3b3ec8ba9ed85a5e5bda6eb8281eb87ae |
UHC | 泳싩텥彦낁뇮 | 111001111011011010011010111001111011011010011010111001011110100110000101111010001000011110010011 | e7b69ae7b69ae5e985e88793 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)