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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 茴縁終Z | 11100100101000001000100110001111100011110100100101011010 | e4a0898f8f495a |
EUC-JP | 茴縁終Z | 11101000101000101011000111101111101111011010101001011010 | e8a2b1efbdaa5a |
UTF-8 | 茴縁終Z | 11101000100011001011010011100111101110001000000111100111101101011000001001011010 | e88cb4e7b881e7b5825a |
UHC | 茴?終Z | 111111001110110100111111111100001111101101011010 | fced3ff0fb5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)