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 | 羲睡鎧 | 111000111011101010010000100001111000101001011010 | e3ba90878a5a |
EUC-JP | 羲睡鎧 | 111001101011110010111111111001111011001110111011 | e6bcbfe7b3bb |
UTF-8 | 羲睡鎧 | 111001111011111010110010111001111001110110100001111010011000111010100111 | e7beb2e79da1e98ea7 |
UHC | 羲睡鎧 | 111111011111110111100010101100101100101111010001 | fdfde2b2cbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)