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 | ハ裹ス | 11001010111001011110010110111101 | cae5e5bd |
EUC-JP | ハ裹ス | 100011101100101011101010111001111000111010111101 | 8ecaeae78ebd |
UTF-8 | ハ裹ス | 111011111011111010001010111010001010001110111001111011111011110110111101 | efbe8ae8a3b9efbdbd |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)