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 | ???p???? | 0011111100111111001111110111000000111111001111110011111100111111 | 3f3f3f703f3f3f3f |
SJIS-WIN | ???p???? | 0011111100111111001111110111000000111111001111110011111100111111 | 3f3f3f703f3f3f3f |
EUC-JP | ???p???? | 0011111100111111001111110111000000111111001111110011111100111111 | 3f3f3f703f3f3f3f |
UTF-8 | 혧혝혧p혦쨌챈횆 | 11101101100110001010011111101101100110001001110111101101100110001010011101110000111011011001100010100110111011001010100010001100111011001011000110001000111011011001101010000110 | ed98a7ed989ded98a770ed98a6eca88cecb188ed9a86 |
UHC | 혧혝혧p혦쨌챈횆 | 110000101000111111000010100001111100001010001111011100001100001010001110110000101011011111000011101001101100001110000100 | c28fc287c28f70c28ec2b7c3a6c384 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)