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 | 燿??徇? | 11100000101000000011111100111111100111000110110100111111 | e0a03f3f9c6d3f |
EUC-JP | 燿??徇? | 11100000101000100011111100111111110101111100111000111111 | e0a23f3fd7ce3f |
UTF-8 | 燿녑솳徇뺹 | 111001111000011110111111111010111000010110010001111011001000011010110011111001011011111010000111111010111011101010111001 | e787bfeb8591ec86b3e5be87ebbab9 |
UHC | 燿녑솳徇뺹 | 11101000111111001011001111100101100110011010100011100010110111111001011001000010 | e8fcb3e599a8e2df9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)