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 | テ崚淌崚歐 | 110000111001101111000011100111111100001110011011110000111001111101011110 | c39bc39fc39bc39f5e |
EUC-JP | テ崚淌崚歐 | 10001110110000111101011011000101110111101100010111010110110001011101110110111111 | 8ec3d6c5dec5d6c5ddbf |
UTF-8 | テ崚淌崚歐 | 111011111011111010000011111001011011010010011010111001101011011110001100111001011011010010011010111001101010110110010000 | efbe83e5b49ae6b78ce5b49ae6ad90 |
UHC | ????歐 | 001111110011111100111111001111111100111110110001 | 3f3f3f3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)