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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◆?咫傘 | 10000001100111110011111110011010010000001000111001010000 | 819f3f9a408e50 |
EUC-JP | ◆?咫傘 | 10100010101000010011111111010011101000011011101110110001 | a2a13fd3a1bbb1 |
UTF-8 | ◆룵咫傘 | 111000101001011110000110111010111010001110110101111001011001001010101011111001011000001010011000 | e29786eba3b5e592abe58298 |
UHC | ◆룵咫傘 | 1010000111011111100011111010101011110010101000011101111110100001 | a1df8faaf2a1dfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)