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 | ?Y?A?? | 001111110101100100111111010000010011111100111111 | 3f593f413f3f |
SJIS-WIN | ?Y?A?? | 001111110101100100111111010000010011111100111111 | 3f593f413f3f |
EUC-JP | ?Y?A?? | 001111110101100100111111010000010011111100111111 | 3f593f413f3f |
UTF-8 | 혺Y혰A혳짯 | 1110110110011000101110100101100111101101100110001011000001000001111011011001100010110011111011001010011110101111 | ed98ba59ed98b041ed98b3eca7af |
UHC | 혺Y혰A혳짯 | 11000010100111110101100111000010100101110100000111000010100110101100001010101101 | c29f59c29741c29ac2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)