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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奬??豚?? | 1001101011111011001111110011111110010011110110000011111100111111 | 9afb3f3f93d83f3f |
EUC-JP | 奬??豚雩? | 11010100111111010011111100111111110001101101101010001111111001101111101000111111 | d4fd3f3fc6da8fe6fa3f |
UTF-8 | 奬렯뤯豚雩퀚 | 111001011010010110101100111010111010000010101111111010111010010010101111111010001011000110011010111010011001101110101001111011011000000010011010 | e5a5aceba0afeba4afe8b19ae99ba9ed809a |
UHC | 奬렯뤯豚雩퀚 | 111011011110000110001110101111001000111111011101110101001100101011101001111011001011001110001110 | ede18ebc8fddd4cae9ecb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)