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 | ©ü©ü^ | 100100001010100110010000111111001001000010101001100100001111110001011110 | 90a990fc90a990fc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?©?ü?©?ü^ | 0011111110001111101000101110110100111111100011111010101111100100001111111000111110100010111011010011111110001111101010111110010001011110 | 3f8fa2ed3f8fabe43f8fa2ed3f8fabe45e |
UTF-8 | ©ü©ü^ | 1100001010010000110000101010100111000010100100001100001110111100110000101001000011000010101010011100001010010000110000111011110001011110 | c290c2a9c290c3bcc290c2a9c290c3bc5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)