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 | ???° | 00111111001111110011111110110000 | 3f3f3fb0 |
SJIS-WIN | 鄂袴翫° | 1110011110111101100011001101000110001010111000111000000110001011 | e7bd8cd18ae3818b |
EUC-JP | 鄂袴翫° | 1110111010111111101110001101001110110100111001011010000111101011 | eebfb8d3b4e5a1eb |
UTF-8 | 鄂袴翫° | 1110100110000100100000101110100010100010101101001110011110111111101010111100001010110000 | e98482e8a2b4e7bfabc2b0 |
UHC | 鄂袴翫° | 1110010011000111110011011100110111101000110100011010000111000110 | e4c7cdcde8d1a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)