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 | ??使?謙? | 0011111100111111100011100110011100111111100011001010101000111111 | 3f3f8e673f8caa3f |
EUC-JP | ??使?謙? | 0011111100111111101110111100100000111111101110001010110000111111 | 3f3fbbc83fb8ac3f |
UTF-8 | 렺씽使┖謙렔 | 111010111010000010111010111011001001010010111101111001001011110110111111111000101001010010010110111010001010110010011001111010111010000010010100 | eba0baec94bde4bdbfe29496e8ac99eba094 |
UHC | 렺씽使┖謙렔 | 100011101100001010111110110001011101111011000101101001101100010111001100110001011000111010101001 | 8ec2bec5dec5a6c5ccc58ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)