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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??倖??倖B | 001111110011111110001100111101000011111100111111100011001111010001000010 | 3f3f8cf43f3f8cf442 |
EUC-JP | ??倖??倖B | 001111110011111110111000111101100011111100111111101110001111011001000010 | 3f3fb8f63f3fb8f642 |
UTF-8 | 뤃푤倖뤃푤倖B | 11101011101001001000001111101101100100011010010011100101100000001001011011101011101001001000001111101101100100011010010011100101100000001001011001000010 | eba483ed91a4e58096eba483ed91a4e5809642 |
UHC | 뤃푤倖뤃푤倖B | 10001111101101001100011110100111111110101011100010001111101101001100011110100111111110101011100001000010 | 8fb4c7a7fab88fb4c7a7fab842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)