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 | ??£h??£ | 00111111001111111010001101101000001111110011111110100011 | 3f3fa3683f3fa3 |
SJIS-WIN | 魘餓£h魘餓£ | 11101001101101001000100111101100100000011001001001101000111010011011010010001001111011001000000110010010 | e9b489ec819268e9b489ec8192 |
EUC-JP | 魘餓£h魘餓£ | 11110010101101101011001011101110101000011111001001101000111100101011011010110010111011101010000111110010 | f2b6b2eea1f268f2b6b2eea1f2 |
UTF-8 | 魘餓£h魘餓£ | 1110100110101101100110001110100110100100100100111100001010100011011010001110100110101101100110001110100110100100100100111100001010100011 | e9ad98e9a493c2a368e9ad98e9a493c2a3 |
UHC | ?餓?h?餓? | 001111111110010010111011001111110110100000111111111001001011101100111111 | 3fe4bb3f683fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)