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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ミ鐚ミ鐚^ | 11010000111010000101101111010000111010000101101101011110 | d0e85bd0e85b5e |
EUC-JP | ミ鐚ミ鐚^ | 100011101101000011101111101111001000111011010000111011111011110001011110 | 8ed0efbc8ed0efbc5e |
UTF-8 | ミ鐚ミ鐚^ | 11101111101111101001000011101001100100001001101011101111101111101001000011101001100100001001101001011110 | efbe90e9909aefbe90e9909a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)