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 | 繒奉h? | 11111011100011111001010111110010100000101000100000111111 | fb8f95f282883f |
EUC-JP | 繒奉h釪 | 10001111110101001101010011001010111101001010001111101000100011111110001110101101 | 8fd4d4caf4a3e88fe3ad |
UTF-8 | 繒奉h釪 | 111001111011100110010010111001011010010110001001111011111011110110001000111010011000011110101010 | e7b992e5a589efbd88e987aa |
UHC | 繒奉h釪 | 1111000111111001110111001110010110100011111010001110100111101001 | f1f9dce5a3e8e9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)