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 | î¹Ù¾ | 11101110101110011101100110111110 | eeb9d9be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î?Ù? | 1000111110101011110000100011111110001111101010101110001100111111 | 8fabc23f8faae33f |
UTF-8 | î¹Ù¾ | 1100001110101110110000101011100111000011100110011100001010111110 | c3aec2b9c399c2be |
UHC | ?¹?¾ | 001111111010100111110110001111111010100011111010 | 3fa9f63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)