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 | 闌イ邏咏藍髏 | 1110100010001100101100101110011110110100100110011110011110010111100101011110100110010000 | e88cb2e7b499e79795e990 |
EUC-JP | 闌イ邏咏藍髏 | 111011111110110010001110101100101110111010110110110100101110100111001101111101011111000111110000 | efec8eb2eeb6d2e9cdf5f1f0 |
UTF-8 | 闌イ邏咏藍髏 | 111010011001011110001100111011111011110110110010111010011000001010001111111001011001001010001111111010001001011110001101111010011010101110001111 | e9978cefbdb2e9828fe5928fe8978de9ab8f |
UHC | ??邏?藍? | 0011111100111111110101011010010000111111110101011100000000111111 | 3f3fd5a43fd5c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)