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 | ????¨ | 0011111100111111001111110011111110101000 | 3f3f3f3fa8 |
SJIS-WIN | ????¨ | 001111110011111100111111001111111000000101001110 | 3f3f3f3f814e |
EUC-JP | ????¨ | 001111110011111100111111001111111010000110101111 | 3f3f3f3fa1af |
UTF-8 | 렺셔씻셔¨ | 1110101110100000101110101110110010000101100101001110110010010100101110111110110010000101100101001100001010101000 | eba0baec8594ec94bbec8594c2a8 |
UHC | 렺셔씻셔¨ | 10001110110000101011110011000101101111101100010010111100110001011010000110100111 | 8ec2bcc5bec4bcc5a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)