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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶸笳溪 | 111010100101001111100010100101111001111111100010 | ea53e2979fe2 |
EUC-JP | 鶸笳溪 | 111100111011010011100011111101111101111011100100 | f3b4e3f7dee4 |
UTF-8 | 鶸笳溪 | 111010011011011010111000111001111010110010110011111001101011101010101010 | e9b6b8e7acb3e6baaa |
UHC | ??溪 | 00111111001111111100110110100010 | 3f3fcda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)