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 | 隨銀斡 | 111001111010110010001011111000101000100010110100 | e7ac8be288b4 |
EUC-JP | 隨銀斡 | 111011101010111010110110111001001011000010110110 | eeaeb6e4b0b6 |
UTF-8 | 隨銀斡 | 111010011001101010101000111010011000101010000000111001101001011010100001 | e99aa8e98a80e696a1 |
UHC | 隨銀斡 | 111000101100101111101011110111101110010011010110 | e2cbebdee4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)