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 | H½UB\ | 100100100100100010010001101111011001001001010101100100100100001001011100 | 924891bd925592425c |
SJIS-WIN | ?H???U?B\ | 001111110100100000111111001111110011111101010101001111110100001001011100 | 3f483f3f3f553f425c |
EUC-JP | ?H???U?B\ | 001111110100100000111111001111110011111101010101001111110100001001011100 | 3f483f3f3f553f425c |
UTF-8 | H½UB\ | 1100001010010010010010001100001010010001110000101011110111000010100100100101010111000010100100100100001001011100 | c29248c291c2bdc29255c292425c |
UHC | ?H?½?U?B\ | 00111111010010000011111110101000111101100011111101010101001111110100001001011100 | 3f483fa8f63f553f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)