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 | 辰其臓脱属存 | 100100100100001110010001101101001001000110011111100100100100010110010001101011101001000110110110 | 924391b4919f924591ae91b6 |
EUC-JP | 辰其臓脱属存 | 110000111010010011000010101101101100001010100001110000111010011011000010101100001100001010111000 | c3a4c2b6c2a1c3a6c2b0c2b8 |
UTF-8 | 辰其臓脱属存 | 111010001011111010110000111001011000010110110110111010001000011110010011111010001000010010110001111001011011000110011110111001011010110110011000 | e8beb0e585b6e88793e884b1e5b19ee5ad98 |
UHC | 辰其???存 | 111100101110001111010000111011000011111100111111001111111111000011101101 | f2e3d0ec3f3f3ff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)