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 | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
SJIS-WIN | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
EUC-JP | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
UTF-8 | 혧횉챈횚챨짚짰v | 11101101100110001010011111101101100110101000100111101100101100011000100011101101100110101001101011101100101100011010100011101100101001111001101011101100101001111011000001110110 | ed98a7ed9a89ecb188ed9a9aecb1a8eca79aeca7b076 |
UHC | 혧횉챈횚챨짚짰v | 110000101000111111000011100001111100001110100110110000111001010011000011101100001100001010100100110000101010111001110110 | c28fc387c3a6c394c3b0c2a4c2ae76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)