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 | ?d???? | 001111110110010000111111001111110011111100111111 | 3f643f3f3f3f |
SJIS-WIN | ?d???? | 001111110110010000111111001111110011111100111111 | 3f643f3f3f3f |
EUC-JP | ?d???? | 001111110110010000111111001111110011111100111111 | 3f643f3f3f3f |
UTF-8 | 혧d혬횤혦철 | 11101101100110001010011101100100111011011001100010101100111011011001101010100100111011011001100010100110111011001011001010100000 | ed98a764ed98aced9aa4ed98a6ecb2a0 |
UHC | 혧d혬횤혦철 | 1100001010001111011001001100001010010100110000111001101111000010100011101100001110110110 | c28f64c294c39bc28ec3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)