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 | Ùæ¥ | 100011101101100110001110101011011110011010100101 | 8ed98eade6a5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?Ù??æ? | 00111111100011111010101011100011001111110011111110001111101010011100000100111111 | 3f8faae33f3f8fa9c13f |
UTF-8 | Ùæ¥ | 110000101000111011000011100110011100001010001110110000101010110111000011101001101100001010100101 | c28ec399c28ec2adc3a6c2a5 |
UHC | ???æ? | 0011111100111111001111111010000110101001101010011010000100111111 | 3f3f3fa1a9a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)