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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶸笳溪貅 | 1110101001010011111000101001011110011111111000101110011010111010 | ea53e2979fe2e6ba |
EUC-JP | 鶸笳溪貅 | 1111001110110100111000111111011111011110111001001110110010111100 | f3b4e3f7dee4ecbc |
UTF-8 | 鶸笳溪貅 | 111010011011011010111000111001111010110010110011111001101011101010101010111010001011001010000101 | e9b6b8e7acb3e6baaae8b285 |
UHC | ??溪? | 0011111100111111110011011010001000111111 | 3f3fcda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)