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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?蝦幀荊B | 0011111110001001110110101001101111101010100011000111010001000010 | 3f89da9bea8c7442 |
EUC-JP | ?蝦幀荊B | 0011111110110010110111001101011011101100101101111101010101000010 | 3fb2dcd6ecb7d542 |
UTF-8 | 뤋蝦幀荊B | 11101011101001001000101111101000100111011010011011100101101110011000000011101000100011011000101001000010 | eba48be89da6e5b980e88d8a42 |
UHC | 뤋蝦幀荊B | 100011111011101111111001110001001110111111010011111110111010101001000010 | 8fbbf9c4efd3fbaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)