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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逎玖イ倡」玖 | 11100111101000111000101111101000101100101001100011100111101000111000101111101000 | e7a38be8b298e7a38be8 |
EUC-JP | 逎玖イ倡」玖 | 111011101010010110110110111010101000111010110010110100001110100110001110101000111011011011101010 | eea5b6ea8eb2d0e98ea3b6ea |
UTF-8 | 逎玖イ倡」玖 | 111010011000000010001110111001111000111010010110111011111011110110110010111001011000000010100001111011111011110110100011111001111000111010010110 | e9808ee78e96efbdb2e580a1efbda3e78e96 |
UHC | ?玖?倡?玖 | 001111111100111110111000001111111111001111011011001111111100111110111000 | 3fcfb83ff3db3fcfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)