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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 菴刻終F | 11100100101111011000110110001111100011110100100101000110 | e4bd8d8f8f4946 |
EUC-JP | 菴刻終F | 11101000101111111011100111101111101111011010101001000110 | e8bfb9efbdaa46 |
UTF-8 | 菴刻終F | 11101000100011111011010011100101100010001011101111100111101101011000001001000110 | e88fb4e588bbe7b58246 |
UHC | 菴刻終F | 11100100111000001100101010111110111100001111101101000110 | e4e0cabef0fb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)