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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛勾が | 111000111111100010001100111110011000001010101010 | e3f88cf982aa |
EUC-JP | 脛勾が | 111001101111101010111000111110111010010010101100 | e6fab8fba4ac |
UTF-8 | 脛勾が | 111010001000010010011011111001011000101110111110111000111000000110001100 | e8849be58bbee3818c |
UHC | 脛勾が | 110011001110101111001110111111101010101010101100 | ccebcefeaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)