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 | ùÂLùÂL^ | 11111001110000100100110011111001110000100100110001011110 | f9c24cf9c24c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | ùÂLùÂL^ | 100011111010101111100011100011111010101010100100010011001000111110101011111000111000111110101010101001000100110001011110 | 8fabe38faaa44c8fabe38faaa44c5e |
UTF-8 | ùÂLùÂL^ | 1100001110111001110000111000001001001100110000111011100111000011100000100100110001011110 | c3b9c3824cc3b9c3824c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)