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 | Ýú¼¦¾ | 100011111101110111111010101111001010011010111110 | 8fddfabca6be |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ýú?¦? | 001111111000111110101010111100101000111110101011111000100011111110001111101000101100001100111111 | 3f8faaf28fabe23f8fa2c33f |
UTF-8 | Ýú¼¦¾ | 110000101000111111000011100111011100001110111010110000101011110011000010101001101100001010111110 | c28fc39dc3bac2bcc2a6c2be |
UHC | ???¼?¾ | 0011111100111111001111111010100011111001001111111010100011111010 | 3f3f3fa8f93fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)