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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??厄? | 10011000011000000011111100111111100101101110111100111111 | 98603f3f96ef3f |
EUC-JP | 倭??厄? | 11001111110000010011111100111111110011001111000100111111 | cfc13f3fccf13f |
UTF-8 | 倭㎩츍厄퀯 | 111001011000000010101101111000111000111010101001111011001011100010001101111001011000111010000100111011011000000010101111 | e580ade38ea9ecb88de58e84ed80af |
UHC | 倭㎩츍厄퀯 | 11101000110111101010011111100101101011101000100011100100111110001011010001000010 | e8dea7e5ae88e4f8b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)