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 | »ù¤ïмN | 1000111110111011111110011010010011101111110100001011110001001110 | 8fbbf9a4efd0bc4e |
SJIS-WIN | ???????N | 0011111100111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f3f4e |
EUC-JP | ??ù¤ï??N | 0011111100111111100011111010101111100011100011111010001011110000100011111010101111000001001111110011111101001110 | 3f3f8fabe38fa2f08fabc13f3f4e |
UTF-8 | »ù¤ïмN | 110000101000111111000010101110111100001110111001110000101010010011000011101011111100001110010000110000101011110001001110 | c28fc2bbc3b9c2a4c3afc390c2bc4e |
UHC | ???¤?мN | 0011111100111111001111111010001010110100001111111010100010100010101010001111100101001110 | 3f3f3fa2b43fa8a2a8f94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)