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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 閼ア閼ア蜊ウE | 11101000100001001011000111101000100001001011000111100101100011011011001101000101 | e884b1e884b1e58db345 |
EUC-JP | 閼ア閼ア蜊ウE | 11101111111001001000111010110001111011111110010010001110101100011110100111101101100011101011001101000101 | efe48eb1efe48eb1e9ed8eb345 |
UTF-8 | 閼ア閼ア蜊ウE | 11101001100101101011110011101111101111011011000111101001100101101011110011101111101111011011000111101000100111001000101011101111101111011011001101000101 | e996bcefbdb1e996bcefbdb1e89c8aefbdb345 |
UHC | 閼?閼???E | 111001001101100100111111111001001101100100111111001111110011111101000101 | e4d93fe4d93f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)