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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??俺??B | 00111111001111111000100110110100001111110011111101000010 | 3f3f89b43f3f42 |
EUC-JP | ??俺??B | 00111111001111111011001010110110001111110011111101000010 | 3f3fb2b63f3f42 |
UTF-8 | 利렰俺펙삶B | 11101111101001111001110111101011101000001011000011100100101111111011101011101101100011101001100111101100100000101011011001000010 | efa79deba0b0e4bfbaed8e99ec82b642 |
UHC | 利렰俺펙삶B | 1110110010100110100011101011110111100101111011111100011011100101101110111110111001000010 | eca68ebde5efc6e5bbee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)