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 | æÙæÙ^ | 111001101101100110000001100111101110011011011001100000011001110001011110 | e6d9819ee6d9819c5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | æÙ??æÙ??^ | 1000111110101001110000011000111110101010111000110011111100111111100011111010100111000001100011111010101011100011001111110011111101011110 | 8fa9c18faae33f3f8fa9c18faae33f3f5e |
UTF-8 | æÙæÙ^ | 1100001110100110110000111001100111000010100000011100001010011110110000111010011011000011100110011100001010000001110000101001110001011110 | c3a6c399c281c29ec3a6c399c281c29c5e |
UHC | æ???æ???^ | 1010100110100001001111110011111100111111101010011010000100111111001111110011111101011110 | a9a13f3f3fa9a13f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)