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 | 鞜ス蜀暦ス | 1110100011011111101111011110010110000110100101111110111110111101 | e8dfbde58697efbd |
EUC-JP | 鞜ス蜀暦ス | 11110000111000011000111010111101111010011110011011001110111100011000111010111101 | f0e18ebde9e6cef18ebd |
UTF-8 | 鞜ス蜀暦ス | 111010011001111010011100111011111011110110111101111010001001110010000000111001101001101010100110111011111011110110111101 | e99e9cefbdbde89c80e69aa6efbdbd |
UHC | ??蜀?? | 001111110011111111110101101110010011111100111111 | 3f3ff5b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)