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 | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 瓦ゆ?其v\ | 100010101010001010000010111001000011111110010001101101000111011001011100 | 8aa282e43f91b4765c |
EUC-JP | 瓦ゆ?其v\ | 101101001010010010100100111001100011111111000010101101100111011001011100 | b4a4a4e63fc2b6765c |
UTF-8 | 瓦ゆ솲其v\ | 1110011110010011101001101110001110000010100001101110110010000110101100101110010110000101101101100111011001011100 | e793a6e38286ec86b2e585b6765c |
UHC | 瓦ゆ솲其v\ | 11101000101111111010101011100110100110011010011111010000111011000111011001011100 | e8bfaae699a7d0ec765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)