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 | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
UTF-8 | 챈찼혢챠혧Y | 11101100101100011000100011101100101100001011110011101101100110001010001011101100101100011010000011101101100110001010011101011001 | ecb188ecb0bced98a2ecb1a0ed98a759 |
UHC | 챈찼혢챠혧Y | 1100001110100110110000111010000111000010100010111100001110101101110000101000111101011001 | c3a6c3a1c28bc3adc28f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)