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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | リ蘓 | 110110001111000111001001111101111101100011110001111010111110010101011110 | d8f1c9f7d8f1ebe55e |
EUC-JP | リ???蘓 | 10001110110110000011111100111111001111111110100110111111 | 8ed83f3f3fe9bf |
UTF-8 | リ蘓 | 111011111011111010011000111011101000010110000100111011101001011010111011111011101000010110100110111010001001100010010011 | efbe98ee8584ee96bbee85a6e89893 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)