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 | 蓙合辱鐔 | 1110010011100110100011011000011110010000010010101110100001011100 | e4e68d87904ae85c |
EUC-JP | 蓙合辱鐔 | 1110100011101000101110011110011110111111101010111110111110111101 | e8e8b9e7bfabefbd |
UTF-8 | 蓙合辱鐔 | 111010001001001110011001111001011001000010001000111010001011111010110001111010011001000010010100 | e89399e59088e8beb1e99094 |
UHC | ?合辱? | 001111111111100111101010111010011011010000111111 | 3ff9eae9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)