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 | å³ã¦ú | 1110010110010000101100111110001110000011101001101111101010011100 | e590b3e383a6fa9c |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ã?¦ú? | 10001111101010111010100100111111001111111000111110101011101010100011111110001111101000101100001110001111101010111110001000111111 | 8faba93f3f8fabaa3f8fa2c38fabe23f |
UTF-8 | å³ã¦ú | 11000011101001011100001010010000110000101011001111000011101000111100001010000011110000101010011011000011101110101100001010011100 | c3a5c290c2b3c3a3c283c2a6c3bac29c |
UHC | ??³????? | 001111110011111110101001111110000011111100111111001111110011111100111111 | 3f3fa9f83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)