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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ヘャ翆\ | 1100110110101100111000111100000101011100 | cdace3c15c |
EUC-JP | ヘャ翆\ | 10001110110011011000111010101100111001101100001101011100 | 8ecd8eace6c35c |
UTF-8 | ヘャ翆\ | 11101111101111101000110111101111101111011010110011100111101111111000011001011100 | efbe8defbdace7bf865c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)