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 | ?茱憺 | 0011111111100100101000111001110011101001 | 3fe4a39ce9 |
EUC-JP | ?茱憺 | 0011111111101000101001011101100011101011 | 3fe8a5d8eb |
UTF-8 | 뤷茱憺 | 111010111010010010110111111010001000110010110001111001101000011010111010 | eba4b7e88cb1e686ba |
UHC | 뤷茱憺 | 100011111110010111100010101111001101001110111100 | 8fe5e2bcd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)