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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌穢湫穢 | 1001111111110011111000100111000110011111110101011110001001110001 | 9ff3e2719fd5e271 |
EUC-JP | 灌穢湫穢 | 1101111011110101111000111101001011011110110101111110001111010010 | def5e3d2ded7e3d2 |
UTF-8 | 灌穢湫穢 | 111001111000000110001100111001111010100110100010111001101011100110101011111001111010100110100010 | e7818ce7a9a2e6b9abe7a9a2 |
UHC | 灌穢湫穢 | 1100111010110100111001111101101111110101110100111110011111011011 | ceb4e7dbf5d3e7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)