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 | 闌イ邏咏藍 | 111010001000110010110010111001111011010010011001111001111001011110010101 | e88cb2e7b499e79795 |
EUC-JP | 闌イ邏咏藍 | 11101111111011001000111010110010111011101011011011010010111010011100110111110101 | efec8eb2eeb6d2e9cdf5 |
UTF-8 | 闌イ邏咏藍 | 111010011001011110001100111011111011110110110010111010011000001010001111111001011001001010001111111010001001011110001101 | e9978cefbdb2e9828fe5928fe8978d |
UHC | ??邏?藍 | 00111111001111111101010110100100001111111101010111000000 | 3f3fd5a43fd5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)