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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 識鳬鴫裔 | 11110001111110001000111010101111111010011110100110001110101100001110010111100001 | f1f88eafe9e98eb0e5e1 |
EUC-JP | ?識鳬鴫裔 | 001111111011110010110001111100101110101110111100101100101110101011100011 | 3fbcb1f2ebbcb2eae3 |
UTF-8 | 識鳬鴫裔 | 111011101000010110110011111010001010110110011000111010011011001110101100111010011011010010101011111010001010001110010100 | ee85b3e8ad98e9b3ace9b4abe8a394 |
UHC | ?識??裔 | 00111111111000111101101100111111001111111110011111100000 | 3fe3db3f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)