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 | î¼Ìè¶¹Í | 1110111010111100110011001110100010110110101110011000111011001101 | eebccce8b6b98ecd |
SJIS-WIN | ????¶??? | 001111110011111100111111001111111000000111110111001111110011111100111111 | 3f3f3f3f81f73f3f3f |
EUC-JP | î?Ìè¶??Í | 1000111110101011110000100011111110001111101010101100000010001111101010111011001010100010111110010011111100111111100011111010101010111111 | 8fabc23f8faac08fabb2a2f93f3f8faabf |
UTF-8 | î¼Ìè¶¹Í | 11000011101011101100001010111100110000111000110011000011101010001100001010110110110000101011100111000010100011101100001110001101 | c3aec2bcc38cc3a8c2b6c2b9c28ec38d |
UHC | ?¼??¶¹?? | 0011111110101000111110010011111100111111101000101101001010101001111101100011111100111111 | 3fa8f93f3fa2d2a9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)