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 | 羽?俺器? | 1000100101001000001111111000100110110100100010101110110100111111 | 89483f89b48aed3f |
EUC-JP | 羽?俺器? | 1011000110101001001111111011001010110110101101001110111100111111 | b1a93fb2b6b4ef3f |
UTF-8 | 羽렡俺器땟 | 111001111011111010111101111010111010000010100001111001001011111110111010111001011001100110101000111010111001010110011111 | e7bebdeba0a1e4bfbae599a8eb959f |
UHC | 羽렡俺器땟 | 11101001111000101000111010110010111001011110111111010000111011111011011010101101 | e9e28eb2e5efd0efb6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)