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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪糘硝ュ | 10001110110101111110001011110010100011111100100110101101 | 8ed7e2f28fc9ad |
EUC-JP | 邪糘硝ュ | 1011110011011001111001001111010010111110110010111000111010101101 | bcd9e4f4becb8ead |
UTF-8 | 邪糘硝ュ | 111010011000001010101010111001111011001110011000111001111010000110011101111011111011110110101101 | e982aae7b398e7a19defbdad |
UHC | 邪?硝? | 110111101111011100111111111101011010011000111111 | def73ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)