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 | ÀÏ°ü^ | 110000001100111110001111101100001111110001011110 | c0cf8fb0fc5e |
SJIS-WIN | ???°?^ | 00111111001111110011111110000001100010110011111101011110 | 3f3f3f818b3f5e |
EUC-JP | ÀÏ?°ü^ | 10001111101010101010001010001111101010101100000100111111101000011110101110001111101010111110010001011110 | 8faaa28faac13fa1eb8fabe45e |
UTF-8 | ÀÏ°ü^ | 1100001110000000110000111000111111000010100011111100001010110000110000111011110001011110 | c380c38fc28fc2b0c3bc5e |
UHC | ???°?^ | 00111111001111110011111110100001110001100011111101011110 | 3f3f3fa1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)