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???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
SJIS-WIN | ?Y???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
EUC-JP | ?Y???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
UTF-8 | 혺Y혖혦혖| | 1110110110011000101110100101100111101101100110001001011011101101100110001010011011101101100110001001011001111100 | ed98ba59ed9896ed98a6ed98967c |
UHC | 혺Y혖혦혖| | 11000010100111110101100111000010100000011100001010001110110000101000000101111100 | c29f59c281c28ec2817c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)