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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅶ璽「 | 11111010010001101000111010100011111100011111101110100010 | fa468ea3f1fba2 |
EUC-JP | ?璽?「 | 001111111011110010100101001111111000111010100010 | 3fbca53f8ea2 |
UTF-8 | ⅶ璽「 | 111000101000010110110110111001111001001010111101111011101000010110110110111011111011110110100010 | e285b6e792bdee85b6efbda2 |
UHC | ⅶ璽?? | 101001011010011111011111110111100011111100111111 | a5a7dfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)