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 | 001111110011111110010101101101010011111100111111100101011011010101000010 | 3f3f95b53f3f95b542 |
EUC-JP | ??雰??雰B | 001111110011111111001010101101110011111100111111110010101011011101000010 | 3f3fcab73f3fcab742 |
UTF-8 | 뤴핀雰뤴핀雰B | 11101011101001001011010011101101100101011000000011101001100110111011000011101011101001001011010011101101100101011000000011101001100110111011000001000010 | eba4b4ed9580e99bb0eba4b4ed9580e99bb042 |
UHC | 뤴핀雰뤴핀雰B | 10001111111000101100011111001001110111011101010010001111111000101100011111001001110111011101010001000010 | 8fe2c7c9ddd48fe2c7c9ddd442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)