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 | 圓??? | 1001101010100010001111110011111100111111 | 9aa23f3f3f |
EUC-JP | 圓??? | 1101010010100100001111110011111100111111 | d4a43f3f3f |
UTF-8 | 圓ㅹ렎렭 | 111001011001110010010011111000111000010110111001111010111010000010001110111010111010000010101101 | e59c93e385b9eba08eeba0ad |
UHC | 圓ㅹ렎렭 | 1110101010101101101001001110100110001110101001001000111010111010 | eaada4e98ea48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)