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 | 讌泌昏螯 | 1110011010100101100101001110010110001101101010001110010110100110 | e6a594e58da8e5a6 |
EUC-JP | 讌泌昏螯 | 1110110010100111110010001110011110111010101010101110101010101000 | eca7c8e7baaaeaa8 |
UTF-8 | 讌泌昏螯 | 111010001010111010001100111001101011001110001100111001101001100010001111111010001001111010101111 | e8ae8ce6b38ce6988fe89eaf |
UHC | ?泌昏? | 001111111111100110110010111110111110011100111111 | 3ff9b2fbe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)