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 | üI¶ú | 11111100010010011011011011111010 | fc49b6fa |
SJIS-WIN | ?I¶? | 0011111101001001100000011111011100111111 | 3f4981f73f |
EUC-JP | üI¶ú | 100011111010101111100100010010011010001011111001100011111010101111100010 | 8fabe449a2f98fabe2 |
UTF-8 | üI¶ú | 11000011101111000100100111000010101101101100001110111010 | c3bc49c2b6c3ba |
UHC | ?I¶? | 0011111101001001101000101101001000111111 | 3f49a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)