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 | 泳??彦? | 10001001011010100011111100111111100101010100011000111111 | 896a3f3f95463f |
EUC-JP | 泳??彦? | 10110001110010110011111100111111110010011010011100111111 | b1cb3f3fc9a73f |
UTF-8 | 泳싩텥彦낁 | 111001101011001110110011111011001000101110101001111011011000010110100101111001011011110110100110111010111000001010000001 | e6b3b3ec8ba9ed85a5e5bda6eb8281 |
UHC | 泳싩텥彦낁 | 11100111101101101001101011100111101101101001101011100101111010011000010111101000 | e7b69ae7b69ae5e985e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)