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 | 顆句雀蕣 | 1110100011110111100010111110010110010000100111011110010011111010 | e8f78be5909de4fa |
EUC-JP | 顆句雀蕣 | 1111000011111001101101101110011110111111111111011110100011111100 | f0f9b6e7bffde8fc |
UTF-8 | 顆句雀蕣 | 111010011010000110000110111001011000111110100101111010011001101110000000111010001001010110100011 | e9a186e58fa5e99b80e895a3 |
UHC | 顆句雀蕣 | 1100111010101000110011111010001111101101110011011110001011110010 | cea8cfa3edcde2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)