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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 誾ャk | 11111011101001111010110001101011 | fba7ac6b |
EUC-JP | 誾ャk | 100011111101111010100100100011101010110001101011 | 8fdea48eac6b |
UTF-8 | 誾ャk | 11101000101010101011111011101111101111011010110001101011 | e8aabeefbdac6b |
UHC | 誾?k | 11101011110111010011111101101011 | ebdd3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)