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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ケヘス緘\ | 101110011100110110111101111000110110011101011100 | b9cdbde3675c |
EUC-JP | ケヘス緘\ | 100011101011100110001110110011011000111010111101111001011100100001011100 | 8eb98ecd8ebde5c85c |
UTF-8 | ケヘス緘\ | 11101111101111011011100111101111101111101000110111101111101111011011110111100111101101111001100001011100 | efbdb9efbe8defbdbde7b7985c |
UHC | ???緘\ | 001111110011111100111111111110011110010101011100 | 3f3f3ff9e55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)