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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 箏モタG | 1110001010110101110100111100000001000111 | e2b5d3c047 |
EUC-JP | 箏モタG | 11100100101101111000111011010011100011101100000001000111 | e4b78ed38ec047 |
UTF-8 | 箏モタG | 11100111101011101000111111101111101111101001001111101111101111101000000001000111 | e7ae8fefbe93efbe8047 |
UHC | 箏??G | 1110111010110100001111110011111101000111 | eeb43f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)