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 | ¼Ý¼§å³ | 10111100110111011011110010100111100011111110010110110011 | bcddbca78fe5b3 |
SJIS-WIN | ???§??? | 0011111100111111001111111000000110011000001111110011111100111111 | 3f3f3f81983f3f3f |
EUC-JP | ?Ý?§?å? | 001111111000111110101010111100100011111110100001111110000011111110001111101010111010100100111111 | 3f8faaf23fa1f83f8faba93f |
UTF-8 | ¼Ý¼§å³ | 1100001010111100110000111001110111000010101111001100001010100111110000101000111111000011101001011100001010110011 | c2bcc39dc2bcc2a7c28fc3a5c2b3 |
UHC | ¼?¼§??³ | 1010100011111001001111111010100011111001101000011101011100111111001111111010100111111000 | a8f93fa8f9a1d73f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)