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 | ⅲイ鈺オ | 111110100100001010110010111110111100010010110101 | fa42b2fbc4b5 |
EUC-JP | ?イ鈺オ | 0011111110001110101100101000111111100011110101011000111010110101 | 3f8eb28fe3d58eb5 |
UTF-8 | ⅲイ鈺オ | 111000101000010110110010111011111011110110110010111010011000100010111010111011111011110110110101 | e285b2efbdb2e988baefbdb5 |
UHC | ⅲ?鈺? | 101001011010001100111111111010001010110100111111 | a5a33fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)