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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貍ソ蟄滓ス | 1110011010111100101111111110010110101101100111111110011010111101 | e6bcbfe5ad9fe6bd |
EUC-JP | 貍ソ蟄滓ス | 11101100101111101000111010111111111010101010111111011110111010001000111010111101 | ecbe8ebfeaafdee88ebd |
UTF-8 | 貍ソ蟄滓ス | 111010001011001010001101111011111011110110111111111010001001111110000100111001101011101110010011111011111011110110111101 | e8b28defbdbfe89f84e6bb93efbdbd |
UHC | ??蟄滓? | 00111111001111111111011011011110111011101010101100111111 | 3f3ff6deeeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)