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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狐耕?闇 | 10001100110011111000110101101011001111111000100011000101 | 8ccf8d6b3f88c5 |
EUC-JP | 狐耕?闇 | 10111000110100011011100111001100001111111011000011000111 | b8d1b9cc3fb0c7 |
UTF-8 | 狐耕깥闇 | 111001111000101110010000111010001000000010010101111010101011100110100101111010011001011110000111 | e78b90e88095eab9a5e99787 |
UHC | 狐耕깥闇 | 1111101111001111110011001110100110110001111110011110010011100001 | fbcfcce9b1f9e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)