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 | 髴磯寉闊 | 1110100110011100100010001110100110011011100001011110100010001000 | e99c88e99b85e888 |
EUC-JP | 髴磯寉闊 | 1111000111111100101100001110101111010101111001011110111111101000 | f1fcb0ebd5e5efe8 |
UTF-8 | 髴磯寉闊 | 111010011010101110110100111001111010001110101111111001011010111110001001111010011001011110001010 | e9abb4e7a3afe5af89e9978a |
UHC | ?磯?闊 | 001111111101000110110100001111111111110011000100 | 3fd1b43ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)