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 | 燿??涅? | 11100000101000000011111100111111100111111011100000111111 | e0a03f3f9fb83f |
EUC-JP | 燿??涅? | 11100000101000100011111100111111110111101011101000111111 | e0a23f3fdeba3f |
UTF-8 | 燿쒐뼯涅긧 | 111001111000011110111111111011001001001010010000111010111011110010101111111001101011011010000101111010101011100010100111 | e787bfec9290ebbcafe6b685eab8a7 |
UHC | 燿쒐뼯涅긧 | 11101000111111001001110011100111100101101011001011100110111011101000001101101011 | e8fc9ce796b2e6ee836b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)