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 | 癰因?? | 111000011001111010001000111101100011111100111111 | e19e88f63f3f |
EUC-JP | 癰因?? | 111000011111111010110000111110000011111100111111 | e1feb0f83f3f |
UTF-8 | 癰因얠롗 | 111001111001100110110000111001011001101110100000111011001001011010100000111010111010000110010111 | e799b0e59ba0ec96a0eba197 |
UHC | 癰因얠롗 | 1110100010111001111011001101011110111110111011001000111011011011 | e8b9ecd7beec8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)