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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???雰?B | 00111111001111110011111110010101101101010011111101000010 | 3f3f3f95b53f42 |
EUC-JP | ?庾?雰?B | 001111111000111110111100110011100011111111001010101101110011111101000010 | 3f8fbcce3fcab73f42 |
UTF-8 | 뤗庾쪕雰렍B | 11101011101001001001011111100101101110101011111011101100101010101001010111101001100110111011000011101011101000001000110101000010 | eba497e5babeecaa95e99bb0eba08d42 |
UHC | 뤗庾쪕雰렍B | 1000111111000111111010101110110010100101100011111101110111010100100011101010001101000010 | 8fc7eaeca58fddd48ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)