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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫帑シ懶スア | 111010011000101010011011111001001011110010011100111011111011110110110001 | e98a9be4bc9cefbdb1 |
EUC-JP | 驫帑シ懶スア | 111100011110101011010110111001101000111010111100110110001111000110001110101111011000111010110001 | f1ead6e68ebcd8f18ebd8eb1 |
UTF-8 | 驫帑シ懶スア | 111010011010100110101011111001011011100010010001111011111011110110111100111001101000011110110110111011111011110110111101111011111011110110110001 | e9a9abe5b891efbdbce687b6efbdbdefbdb1 |
UHC | ?帑?懶?? | 0011111111110111101101100011111111010100111110110011111100111111 | 3ff7b63fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)