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 | 竪村存谷臓 | 10010010010001111001000110111010100100011011011010010010010010101001000110011111 | 924791ba91b6924a919f |
EUC-JP | 竪村存谷臓 | 11000011101010001100001010111100110000101011100011000011101010111100001010100001 | c3a8c2bcc2b8c3abc2a1 |
UTF-8 | 竪村存谷臓 | 111001111010101110101010111001101001110110010001111001011010110110011000111010001011000010110111111010001000011110010011 | e7abaae69d91e5ad98e8b0b7e88793 |
UHC | 竪村存谷? | 111000101011010111110101101111011111000011101101110011011101101100111111 | e2b5f5bdf0edcddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)