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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?叔B | 00111111100011110110011001000010 | 3f8f6642 |
EUC-JP | 鉥叔B | 100011111110001111101000101111011100011101000010 | 8fe3e8bdc742 |
UTF-8 | 鉥叔B | 11101001100010011010010111100101100011111001010001000010 | e989a5e58f9442 |
UHC | 鉥叔B | 1110001011111100111000101101001001000010 | e2fce2d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)