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 | 雅?―?? | 10001001111010110011111110000001010111000011111100111111 | 89eb3f815c3f3f |
EUC-JP | 雅?―?? | 10110010111011010011111110100001101111010011111100111111 | b2ed3fa1bd3f3f |
UTF-8 | 雅덈―留뚳 | 111010011001101110000101111010111000110110001000111000101000000010010101111011111010011110001101111010111001101010110011 | e99b85eb8d88e28095efa78deb9ab3 |
UHC | 雅덈―留뚳 | 11100100101110101000100011101011101000011010101011101011101001111000110011101111 | e4ba88eba1aaeba78cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)