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 | Iº± | 1001001001001001100100011011101010010001101100011001000110100000 | 924991ba91b191a0 |
SJIS-WIN | ?I???±?? | 001111110100100100111111001111110011111110000001011111010011111100111111 | 3f493f3f3f817d3f3f |
EUC-JP | ?I?º?±?? | 0011111101001001001111111000111110100010111010110011111110100001110111100011111100111111 | 3f493f8fa2eb3fa1de3f3f |
UTF-8 | Iº± | 110000101001001001001001110000101001000111000010101110101100001010010001110000101011000111000010100100011100001010100000 | c29249c291c2bac291c2b1c291c2a0 |
UHC | ?I?º?±?? | 00111111010010010011111110101000101011000011111110100001101111100011111100111111 | 3f493fa8ac3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)