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 | 癰蝸? | 1110000110011110111001011001011100111111 | e19ee5973f |
EUC-JP | 癰蝸唵 | 11100001111111101110100111110111100011111011010111010001 | e1fee9f78fb5d1 |
UTF-8 | 癰蝸唵 | 111001111001100110110000111010001001110110111000111001011001010010110101 | e799b0e89db8e594b5 |
UHC | 癰蝸唵 | 111010001011100111101000110001001110010011011010 | e8b9e8c4e4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)