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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 擬?????昻 | 100010110101101100111111001111110011111100111111001111111111101011010000 | 8b5b3f3f3f3f3ffad0 |
EUC-JP | 擬?????? | 1011010110111100001111110011111100111111001111110011111100111111 | b5bc3f3f3f3f3f3f |
UTF-8 | 擬⑸쨺樂⒴꽒昻 | 111001101001001110101100111000101001000110111000111011001010100010111010111011111010011010111111111000101001001010110100111010101011110110010010111001101001100010111011 | e693ace291b8eca8baefa6bfe292b4eabd92e698bb |
UHC | 擬⑸쨺樂⒴꽒昻 | 1110101111110100101010011110101110100100100101001110100011111001101010011110010110000100101000011110010011101001 | ebf4a9eba494e8f9a9e584a1e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)