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 | IH±D® | 10010010010010011001001001001000100100011011000110010010010001001001000110101110 | 9249924891b1924491ae |
SJIS-WIN | ?I?H?±?D?? | 0011111101001001001111110100100000111111100000010111110100111111010001000011111100111111 | 3f493f483f817d3f443f3f |
EUC-JP | ?I?H?±?D?® | 00111111010010010011111101001000001111111010000111011110001111110100010000111111100011111010001011101110 | 3f493f483fa1de3f443f8fa2ee |
UTF-8 | IH±D® | 1100001010010010010010011100001010010010010010001100001010010001110000101011000111000010100100100100010011000010100100011100001010101110 | c29249c29248c291c2b1c29244c291c2ae |
UHC | ?I?H?±?D?® | 001111110100100100111111010010000011111110100001101111100011111101000100001111111010001011100111 | 3f493f483fa1be3f443fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)