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û¹iB | 111110111011100110000111011010011111101110111001100001110110100101000010 | fbb98769fbb9876942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | û??iû??iB | 10001111101010111110010100111111001111110110100110001111101010111110010100111111001111110110100101000010 | 8fabe53f3f698fabe53f3f6942 |
UTF-8 | û¹iû¹iB | 110000111011101111000010101110011100001010000111011010011100001110111011110000101011100111000010100001110110100101000010 | c3bbc2b9c28769c3bbc2b9c2876942 |
UHC | ?¹?i?¹?iB | 0011111110101001111101100011111101101001001111111010100111110110001111110110100101000010 | 3fa9f63f693fa9f63f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)