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 | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
SJIS-WIN | 上ヤ写勺Z | 1000111111100011110101001000111011001010100011101101100101011010 | 8fe3d48eca8ed95a |
EUC-JP | 上ヤ写勺Z | 101111101110010110001110110101001011110011001100101111001101101101011010 | bee58ed4bcccbcdb5a |
UTF-8 | 上ヤ写勺Z | 11100100101110001000101011101111101111101001010011100101100001101001100111100101100010111011101001011010 | e4b88aefbe94e58699e58bba5a |
UHC | 上??勺Z | 11011111101111100011111100111111111011011100001101011010 | dfbe3f3fedc35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)