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 | 缸??豚?? | 1110001110011101001111110011111110010011110110000011111100111111 | e39d3f3f93d83f3f |
EUC-JP | 缸??豚雩? | 11100101111111010011111100111111110001101101101010001111111001101111101000111111 | e5fd3f3fc6da8fe6fa3f |
UTF-8 | 缸렯뤯豚雩퀚 | 111001111011110010111000111010111010000010101111111010111010010010101111111010001011000110011010111010011001101110101001111011011000000010011010 | e7bcb8eba0afeba4afe8b19ae99ba9ed809a |
UHC | 缸렯뤯豚雩퀚 | 111110011111110010001110101111001000111111011101110101001100101011101001111011001011001110001110 | f9fc8ebc8fddd4cae9ecb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)