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 | 燮旋?? | 100110011101011110010000111110010011111100111111 | 99d790f93f3f |
EUC-JP | 燮旋?? | 110100101101100111000000111110110011111100111111 | d2d9c0fb3f3f |
UTF-8 | 燮旋렯롕 | 111001111000011110101110111001101001011110001011111010111010000010101111111010111010000110010101 | e787aee6978beba0afeba195 |
UHC | 燮旋렯롕 | 1110000011110000111000001100000110001110101111001000111011011001 | e0f0e0c18ebc8ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)