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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 菠菠[菠菠[^ | 1110010011001000111001001100100001011011111001001100100011100100110010000101101101011110 | e4c8e4c85be4c8e4c85b5e |
EUC-JP | 菠菠[菠菠[^ | 1110100011001010111010001100101001011011111010001100101011101000110010100101101101011110 | e8cae8ca5be8cae8ca5b5e |
UTF-8 | 菠菠[菠菠[^ | 111010001000111110100000111010001000111110100000010110111110100010001111101000001110100010001111101000000101101101011110 | e88fa0e88fa05be88fa0e88fa05b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)