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 | 鞣よ愕粃 | 1110100011100010100000101110011010011100101100011110001011100001 | e8e282e69cb1e2e1 |
EUC-JP | 鞣よ愕粃 | 1111000011100100101001001110100011011000101100111110010011100011 | f0e4a4e8d8b3e4e3 |
UTF-8 | 鞣よ愕粃 | 111010011001111010100011111000111000001010001000111001101000010010010101111001111011001010000011 | e99ea3e38288e68495e7b283 |
UHC | ?よ愕粃 | 00111111101010101110100011100100110000111101110111111011 | 3faae8e4c3ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)