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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雄?證 | 1001011101011001001111111110011010011010 | 97593fe69a |
EUC-JP | 雄?證 | 1100110110111010001111111110101111111010 | cdba3febfa |
UTF-8 | 雄렪證 | 111010011001101110000100111010111010000010101010111010001010110110001001 | e99b84eba0aae8ad89 |
UHC | 雄렪證 | 111010101010100110001110101110001111000111111011 | eaa98eb8f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)