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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叱?菖? | 100011101011011000111111100011111101001000111111 | 8eb63f8fd23f |
EUC-JP | 叱?菖? | 101111001011100000111111101111101101010000111111 | bcb83fbed43f |
UTF-8 | 叱렺菖렖 | 111001011000111110110001111010111010000010111010111010001000111110010110111010111010000010010110 | e58fb1eba0bae88f96eba096 |
UHC | 叱렺菖렖 | 1111001011101010100011101100001011110011111011101000111010101011 | f2ea8ec2f3ee8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)