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 | 鄂袴磯嚠隲 | 11100111101111011000110011010001100010001110100110011010100010001110100010101011 | e7bd8cd188e99a88e8ab |
EUC-JP | 鄂袴磯嚠隲 | 11101110101111111011100011010011101100001110101111010011111010001111000010101101 | eebfb8d3b0ebd3e8f0ad |
UTF-8 | 鄂袴磯嚠隲 | 111010011000010010000010111010001010001010110100111001111010001110101111111001011001101010100000111010011001101010110010 | e98482e8a2b4e7a3afe59aa0e99ab2 |
UHC | 鄂袴磯?? | 1110010011000111110011011100110111010001101101000011111100111111 | e4c7cdcdd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)