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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竪蔵多辿続則 | 100100100100011110010001101000001001000110111101100100100100100010010001101100011001000110100101 | 924791a091bd924891b191a5 |
EUC-JP | 竪蔵多辿続則 | 110000111010100011000010101000101100001010111111110000111010100111000010101100111100001010100111 | c3a8c2a2c2bfc3a9c2b3c2a7 |
UTF-8 | 竪蔵多辿続則 | 111001111010101110101010111010001001010010110101111001011010010010011010111010001011111010111111111001111011011010011010111001011000100110000111 | e7abaae894b5e5a49ae8bebfe7b69ae58987 |
UHC | 竪?多??則 | 111000101011010100111111110100101111110100111111001111111111011011001110 | e2b53fd2fd3f3ff6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)