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 | ??粗? | 0011111100111111100100010110010100111111 | 3f3f91653f |
EUC-JP | ??粗? | 0011111100111111110000011100011000111111 | 3f3fc1c63f |
UTF-8 | 뤛슈粗픃 | 111010111010010010011011111011001000101010001000111001111011001010010111111011011001010010000011 | eba49bec8a88e7b297ed9483 |
UHC | 뤛슈粗픃 | 1000111111001010101111011011010011110000110110001100000001000110 | 8fcabdb4f0d8c046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)