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 | 鉚ィ邨門シ | 1110011111110100101010001110011110110101100101101110010110111100 | e7f4a8e7b596e5bc |
EUC-JP | 鉚ィ邨門シ | 11101110111101101000111010101000111011101011011111001100111001111000111010111100 | eef68ea8eeb7cce78ebc |
UTF-8 | 鉚ィ邨門シ | 111010011000100110011010111011111011110110101000111010011000001010101000111010011001011010000000111011111011110110111100 | e9899aefbda8e982a8e99680efbdbc |
UHC | ??邨門? | 00111111001111111111010110111110110110101010011000111111 | 3f3ff5bedaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)