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 | IGAä· | 1001001001001001100100100100011110010011010000011110010010110111 | 924992479341e4b7 |
SJIS-WIN | ?I?G?A?? | 0011111101001001001111110100011100111111010000010011111100111111 | 3f493f473f413f3f |
EUC-JP | ?I?G?Aä? | 00111111010010010011111101000111001111110100000110001111101010111010001100111111 | 3f493f473f418faba33f |
UTF-8 | IGAä· | 11000010100100100100100111000010100100100100011111000010100100110100000111000011101001001100001010110111 | c29249c29247c29341c3a4c2b7 |
UHC | ?I?G?A?· | 001111110100100100111111010001110011111101000001001111111010000110100100 | 3f493f473f413fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)