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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 、ス而鴫 | 111100001011100110100100111100011000111010111101100011101010011111110010101011001000111010110000 | f0b9a4f18ebd8ea7f2ac8eb0 |
EUC-JP | ?、?ス而?鴫 | 0011111110001110101001000011111110001110101111011011110010101001001111111011110010110010 | 3f8ea43f8ebdbca93fbcb2 |
UTF-8 | 、ス而鴫 | 111011101000000110111000111011111011110110100100111011101000010010001001111011111011110110111101111010001000000010001100111011101000011110100011111010011011010010101011 | ee81b8efbda4ee8489efbdbde8808cee87a3e9b4ab |
UHC | ????而?? | 0011111100111111001111110011111111101100101110110011111100111111 | 3f3f3f3fecbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)