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 | è¼®k | 1110100010111100100011101010111001101011 | e8bc8eae6b |
SJIS-WIN | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
EUC-JP | è??®k | 100011111010101110110010001111110011111110001111101000101110111001101011 | 8fabb23f3f8fa2ee6b |
UTF-8 | è¼®k | 110000111010100011000010101111001100001010001110110000101010111001101011 | c3a8c2bcc28ec2ae6b |
UHC | ?¼?®k | 00111111101010001111100100111111101000101110011101101011 | 3fa8f93fa2e76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)